|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Buffers::SoundContainerBuffer::SoundContainerBuffer | ( | uint32_t | channel_id, |
| uint32_t | num_samples, | ||
| const std::shared_ptr< Kakshya::StreamContainer > & | container, | ||
| uint32_t | source_channel = 0 |
||
| ) |
Construct a SoundContainerBuffer for a specific channel and container.
| channel_id | Buffer channel index. |
| num_samples | Number of samples in the buffer. |
| container | Backing StreamContainer. |
| source_channel | Channel index in the container (default: 0). |
Definition at line 233 of file SoundContainerBuffer.cpp.
References MayaFlux::Journal::Buffers, MayaFlux::Journal::Init, m_container, m_pending_adapter, m_source_channel, and setup_zero_copy_if_possible().
Here is the call graph for this function: