|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| BufferCapture & MayaFlux::Kriya::BufferCapture::for_cycles | ( | uint32_t | count | ) |
Set the number of times to execute this capture operation.
| count | Number of sequential executions per pipeline cycle |
Controls how many times the capture operation executes within a single pipeline cycle. Each execution receives an incrementing cycle number and calls the on_data_ready callback. The buffer is re-read for each iteration, allowing accumulation of multiple samples.
Definition at line 25 of file Capture.cpp.
References ACCUMULATE, m_cycle_count, m_mode, and TRANSIENT.
Referenced by MayaFlux::Kriya::BufferOperation::for_cycles(), and MayaFlux::Kriya::CaptureBuilder::for_cycles().
Here is the caller graph for this function: