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

◆ set_error()

void MayaFlux::IO::VideoFileReader::set_error ( const std::string &  msg) const
private

Definition at line 686 of file VideoFileReader.cpp.

687{
688 std::lock_guard lock(m_error_mutex);
689 m_last_error = msg;
691 "VideoFileReader: {}", msg);
692}
#define MF_ERROR(comp, ctx,...)
@ FileIO
Filesystem I/O operations.
@ IO
Networking, file handling, streaming.

References MayaFlux::Journal::FileIO, MayaFlux::Journal::IO, m_error_mutex, m_last_error, and MF_ERROR.

Referenced by create_container(), load_into_container(), open(), seek(), and seek_internal().

+ Here is the caller graph for this function: