|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kakshya::DataProcessingChain::process_filtered | ( | const std::shared_ptr< SignalSourceContainer > & | container, |
| const std::function< bool(const std::shared_ptr< DataProcessor > &)> & | filter | ||
| ) |
Processes a container with only the processors matching a filter predicate.
| container | The signal container to process. |
| filter | Predicate returning true for processors that should run. |
Definition at line 95 of file DataProcessingChain.cpp.
References drain_pending_removals(), m_container_processors, and m_is_processing.
Here is the call graph for this function: