|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kriya::BufferPipeline::execute_continuous | ( | ) |
Start continuous execution of the pipeline.
Schedules the pipeline to run indefinitely until stop_continuous() is called. The pipeline processes all operations in each cycle and automatically advances to the next cycle. The pipeline keeps itself alive via shared_ptr during continuous execution.
| std::runtime_error | if pipeline has no scheduler |
Definition at line 137 of file BufferPipeline.cpp.
References execute_for_cycles(), and m_continuous_execution.
Here is the call graph for this function: