MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ process_all_tokens()

void MayaFlux::Buffers::BufferManager::process_all_tokens ( )

Processes all active tokens with their configured processing units.

Definition at line 67 of file BufferManager.cpp.

68{
69 for (const auto& token : m_unit_manager->get_active_audio_tokens()) {
70 process_token(token, m_unit_manager->get_audio_buffer_size(token));
71 }
72}
std::unique_ptr< TokenUnitManager > m_unit_manager
Token/unit storage and lifecycle.
void process_token(ProcessingToken token, uint32_t processing_units)
Processes all buffers for a specific token.

References m_unit_manager, and process_token().

+ Here is the call graph for this function: