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

◆ capture()

static BufferOperation MayaFlux::Kriya::BufferOperation::capture ( BufferCapture  capture)
inlinestatic

Create a capture operation using BufferCapture configuration.

Parameters
captureConfigured BufferCapture with desired capture strategy
Returns
BufferOperation configured for data capture

Definition at line 167 of file BufferOperation.hpp.

168 {
169 return { OpType::CAPTURE, std::move(capture) };
170 }
static BufferOperation capture(BufferCapture capture)
Create a capture operation using BufferCapture configuration.
@ CAPTURE
Capture data from source buffer using BufferCapture strategy.

Referenced by capture_file(), and capture_input().

+ Here is the caller graph for this function: