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

◆ with_tag()

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

Assign identification tag.

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

Definition at line 149 of file Capture.cpp.

150{
151 m_capture.with_tag(tag);
152 return *this;
153}
BufferCapture & with_tag(const std::string &tag)
Assign a tag for identification and organization.
Definition Capture.cpp:72
BufferCapture m_capture
Internal BufferCapture being configured.
Definition Capture.hpp:335

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

+ Here is the call graph for this function: