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

◆ remove_processor_from_channel()

void MayaFlux::Buffers::BufferManager::remove_processor_from_channel ( const std::shared_ptr< BufferProcessor > &  processor,
ProcessingToken  token,
uint32_t  channel 
)

Removes a processor from a token and channel (audio-specific)

Parameters
processorProcessor to remove
tokenProcessing domain
channelChannel index

Definition at line 265 of file BufferManager.cpp.

269{
270 m_processor_control->remove_processor_from_token(processor, token, channel);
271}
static MayaFlux::Nodes::ProcessingToken token
Definition Timers.cpp:8
std::unique_ptr< BufferProcessingControl > m_processor_control
Processor attachment/removal operations.

References m_processor_control, and token.