|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::remove_processor | ( | const std::shared_ptr< Buffers::BufferProcessor > & | processor, |
| Buffers::ProcessingToken | token = Buffers::ProcessingToken::AUDIO_BACKEND |
||
| ) |
Removes a processor from all buffers in a processing domain.
| processor | Processor to remove |
| token | Processing domain |
Removes the processor from all buffers associated with the given processing domain. Uses the default engine's buffer manager.
Definition at line 163 of file Graph.cpp.
References get_buffer_manager().
Here is the call graph for this function: