MayaFlux 0.5.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 697 of file VideoFileReader.cpp.

698{
699 std::lock_guard lock(m_error_mutex);
700 m_last_error = msg;
702 "VideoFileReader: {}", msg);
703}
#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: