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

◆ with_metadata()

CaptureBuilder & MayaFlux::Kriya::CaptureBuilder::with_metadata ( const std::string &  key,
const std::string &  value 
)

Add metadata key-value pair.

Parameters
keyMetadata key
valueMetadata value
Returns
Reference to this builder for chaining

Definition at line 155 of file Capture.cpp.

156{
157 m_capture.with_metadata(key, value);
158 return *this;
159}
BufferCapture & with_metadata(const std::string &key, const std::string &value)
Add metadata key-value pair.
Definition Capture.cpp:78
BufferCapture m_capture
Internal BufferCapture being configured.
Definition Capture.hpp:335

References m_capture, and MayaFlux::Kriya::BufferCapture::with_metadata().

+ Here is the call graph for this function: