|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::remove_processor | ( | const std::shared_ptr< Buffers::BufferProcessor > & | processor, |
| const std::shared_ptr< Buffers::Buffer > & | buffer | ||
| ) |
Removes a processor from a specific buffer.
| processor | Processor to remove |
| buffer | Buffer to remove the processor from |
Removes the processor from the specified buffer's processing chain. Uses the default engine's buffer manager.
Definition at line 153 of file Graph.cpp.
References get_buffer_manager().
Referenced by MayaFlux::Kakshya::DataProcessingChain::DataProcessingChain(), and MayaFlux::Buffers::BufferProcessingControl::~BufferProcessingControl().
Here is the call graph for this function:
Here is the caller graph for this function: