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

◆ get_num_audio_out_channels()

uint32_t MayaFlux::Buffers::BufferAccessControl::get_num_audio_out_channels ( ProcessingToken  token) const

Gets the number of channels for an audio token.

Parameters
tokenProcessing domain
Returns
Number of channels, or 0 if token not found

Definition at line 40 of file BufferAccessControl.cpp.

41{
43}
static MayaFlux::Nodes::ProcessingToken token
Definition Timers.cpp:8
TokenUnitManager & m_unit_manager
Reference to the token/unit manager for storage operations.
uint32_t get_audio_channel_count(ProcessingToken token) const
Gets the number of channels in an audio unit.

References MayaFlux::Buffers::TokenUnitManager::get_audio_channel_count(), m_unit_manager, and token.

+ Here is the call graph for this function: