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

◆ set_error()

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

Definition at line 157 of file SoundFileWriter.cpp.

158{
159 std::lock_guard lock(m_error_mutex);
160 m_last_error = std::move(msg);
161}

References m_error_mutex, and m_last_error.

Referenced by open(), and worker_loop().

+ Here is the caller graph for this function: