MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ as_circular()

BufferCapture & MayaFlux::Kriya::BufferCapture::as_circular ( uint32_t  size)

Enable circular buffer mode with fixed size.

Parameters
sizeFixed size of the circular buffer
Returns
Reference to this BufferCapture for chaining

Definition at line 47 of file Capture.cpp.

48{
49 m_circular_size = buffer_size;
51 return *this;
52}
@ CIRCULAR
Circular buffer with overwrite.

References CIRCULAR, m_circular_size, and m_mode.

Referenced by MayaFlux::Kriya::CaptureBuilder::as_circular().

+ Here is the caller graph for this function: