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

◆ last_error()

std::string MayaFlux::IO::VideoFileWriter::last_error ( ) const

Definition at line 348 of file VideoFileWriter.cpp.

349{
350 std::lock_guard lock(m_error_mutex);
351 return m_last_error;
352}

References m_error_mutex, and m_last_error.

Referenced by record().

+ Here is the caller graph for this function: