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

◆ remove_processor_from_token()

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

Removes a processor from all channels in a token (audio-specific)

Parameters
processorProcessor to remove
tokenProcessing domain

Definition at line 273 of file BufferManager.cpp.

276{
277 m_processor_control->remove_processor_from_token(processor, token, 0);
278}
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.