|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Buffers::ContainerBuffer::ContainerBuffer | ( | uint32_t | channel_id, |
| uint32_t | num_samples, | ||
| std::shared_ptr< Kakshya::StreamContainer > | container, | ||
| uint32_t | source_channel = 0 |
||
| ) |
Construct a ContainerBuffer 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 223 of file ContainerBuffer.cpp.
References m_container, m_pending_adapter, m_source_channel, and setup_zero_copy_if_possible().
Here is the call graph for this function: