|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kakshya::DynamicSoundStream::enable_circular_buffer | ( | uint64_t | capacity | ) |
Enable circular buffer mode with fixed capacity.
Writes wrap around at capacity boundary, potentially overwriting older data.
| capacity | Fixed number of frames the circular buffer can hold |
Definition at line 316 of file DynamicSoundStream.cpp.
References ensure_capacity(), MayaFlux::Kakshya::SoundStreamContainer::get_num_channels(), m_circular_capacity, m_is_circular, MayaFlux::Kakshya::SoundStreamContainer::set_loop_region(), and MayaFlux::Kakshya::SoundStreamContainer::set_looping().
Here is the call graph for this function: