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

◆ with_tag()

BufferCapture & MayaFlux::Kriya::BufferCapture::with_tag ( const std::string &  tag)

Assign a tag for identification and organization.

Parameters
tagString identifier for this capture
Returns
Reference to this BufferCapture for chaining

Definition at line 72 of file Capture.cpp.

73{
74 m_tag = tag;
75 return *this;
76}

References m_tag.

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

+ Here is the caller graph for this function: