MayaFlux 0.3.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 171 of file BufferOperation.hpp.

172 {
173 return { OpType::CAPTURE, std::move(capture) };
174 }
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: