MayaFlux 0.4.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 691 of file VideoFileReader.cpp.

692{
693 std::lock_guard lock(m_error_mutex);
694 m_last_error = msg;
696 "VideoFileReader: {}", msg);
697}
#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: