|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Buffers::ChannelProcessor::ChannelProcessor | ( | std::shared_ptr< Buffer > | root_buffer | ) |
Creates a new channel aggregation processor.
| root_buffer | Shared pointer to the root buffer this processor will manage |
The processor maintains a raw pointer to its root buffer to avoid circular references, as the root buffer already owns a shared_ptr to this processor in the object composition hierarchy.
Definition at line 5 of file RootAudioBuffer.cpp.
References MayaFlux::Buffers::AUDIO_BACKEND, and MayaFlux::Buffers::BufferProcessor::m_processing_token.