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

◆ with_metadata()

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

Add metadata key-value pair.

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

Definition at line 78 of file Capture.cpp.

79{
80 m_metadata[key] = value;
81 return *this;
82}
std::unordered_map< std::string, std::string > m_metadata
Definition Capture.hpp:192

References m_metadata.

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

+ Here is the caller graph for this function: