|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| uint32_t MayaFlux::Kakshya::DynamicSoundStream::allocate_dynamic_slot | ( | ) |
Allocate an independent processed data slot.
Returns a unique index into m_dynamic_data. Intended for processors that share this stream but require independent output buffers, such as multiple CursorAccessProcessor instances reading at different cursors. The slot is empty on allocation.
Definition at line 332 of file DynamicSoundStream.cpp.
References m_dynamic_data, and m_dynamic_slots.