Media::SoundComponentSetup Class Reference
Static Public Member Functions | |
static void | construct (Execution::SoundComponent &component) |
static void | update (Execution::SoundComponent &component) |
static void | update_libav (const std::shared_ptr< ossia::nodes::sound_libav > &n, const Media::AudioFile::LibavStreamReader &r, Execution::SoundComponent &component, Execution::Transaction &commands) |
static void | update_ref (const std::shared_ptr< ossia::nodes::sound_ref > &n, const std::shared_ptr< Media::AudioFile::LibavReader > &r, Execution::SoundComponent &component, Execution::Transaction &commands) |
static void | update_sndfile (const std::shared_ptr< ossia::nodes::sound_ref > &n, const Media::AudioFile::SndfileReader &r, Execution::SoundComponent &component, Execution::Transaction &commands) |
static void | update_mmap (const std::shared_ptr< ossia::nodes::sound_mmap > &n, const Media::AudioFile::MmapReader &r, Execution::SoundComponent &component, Execution::Transaction &commands) |
The documentation for this class was generated from the following file:
- SoundComponent.cpp