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

◆ set_reader_id()

void MayaFlux::IO::VideoFileReader::set_reader_id ( uint64_t  id)
inline

Assign an externally-managed reader_id before load_into_container().

When IOManager is present it assigns a globally unique id and calls this before load_into_container(). If never called, load_into_container() generates a local id from an instance-private atomic — safe for standalone single-reader use, but not unique across concurrent readers.

Parameters
idOpaque id assigned by the orchestration layer.

Definition at line 163 of file VideoFileReader.hpp.

References m_reader_id.