|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| BufferPipeline & MayaFlux::Kriya::BufferPipeline::on_complete | ( | std::function< void()> | cb | ) |
Register a callback fired once when pipeline execution ends.
Fires when the cycle limit exhausts or stop_continuous() terminates the loop. Not fired if the pipeline is destroyed mid-execution.
| cb | Callback with no arguments. |
Definition at line 206 of file BufferPipeline.cpp.
References m_on_complete.