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

◆ get_processing_chain()

std::shared_ptr< BufferProcessingChain > MayaFlux::Buffers::BufferManager::get_processing_chain ( ProcessingToken  token,
uint32_t  channel 
)

Gets the processing chain for a token and channel (audio-specific)

Parameters
tokenProcessing domain
channelChannel index
Returns
Shared pointer to the processing chain

Definition at line 185 of file BufferManager.cpp.

186{
187 return m_access_control->get_audio_processing_chain(token, channel);
188}
static MayaFlux::Nodes::ProcessingToken token
Definition Timers.cpp:8
std::unique_ptr< BufferAccessControl > m_access_control
Buffer and unit access operations.

References m_access_control, and token.