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

◆ last_error()

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

Definition at line 347 of file VideoFileWriter.cpp.

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

References m_error_mutex, and m_last_error.

Referenced by record().

+ Here is the caller graph for this function: