MayaFlux 0.5.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 354 of file VideoFileWriter.cpp.

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

References m_error_mutex, and m_last_error.

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

+ Here is the caller graph for this function: