|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| std::vector< std::shared_ptr< Buffers::SoundContainerBuffer > > MayaFlux::IO::IOManager::hook_audio_container_to_buffers | ( | const std::shared_ptr< Kakshya::SoundFileContainer > & | container | ) |
Wire a SoundFileContainer to the audio buffer system.
Creates per-channel SoundContainerBuffers with AUDIO_BACKEND token, stores them keyed by container pointer, and returns them.
| container | Loaded SoundFileContainer to wire. |
Definition at line 409 of file IOManager.cpp.
References MayaFlux::Journal::API, MayaFlux::Buffers::AUDIO_BACKEND, MayaFlux::Journal::BufferManagement, MayaFlux::Buffers::SoundContainerBuffer::initialize(), m_audio_buffers, m_buffer_manager, MF_ERROR, MF_INFO, MF_TRACE, and MayaFlux::Journal::Runtime.
Here is the call graph for this function: