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

◆ set_error()

void MayaFlux::IO::VideoFileWriter::set_error ( std::string  msg)
private

Definition at line 353 of file VideoFileWriter.cpp.

354{
355 std::lock_guard lock(m_error_mutex);
356 m_last_error = std::move(msg);
357}

References m_error_mutex, and m_last_error.

Referenced by open(), record(), and worker_loop().

+ Here is the caller graph for this function: