|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kakshya::DataProcessingChain::add_processor | ( | const std::shared_ptr< DataProcessor > & | processor, |
| const std::shared_ptr< SignalSourceContainer > & | container, | ||
| const std::string & | tag = "" |
||
| ) |
Adds a processor to the end of the chain for a specific container.
| processor | The data processor to add. |
| container | The signal container the processor will operate on. |
| tag | Optional tag for selective execution via process_tagged(). |
Definition at line 5 of file DataProcessingChain.cpp.
References m_container_processors, and m_processor_tags.