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

◆ clear_error()

void MayaFlux::IO::SoundFileReader::clear_error ( ) const
private

Clear the last error message.

Definition at line 934 of file SoundFileReader.cpp.

935{
936 std::lock_guard<std::mutex> lock(m_metadata_mutex);
937 m_last_error.clear();
938}
std::mutex m_metadata_mutex
Mutex for thread-safe metadata access.
std::string m_last_error
Last error message encountered.

References m_last_error, and m_metadata_mutex.

Referenced by open().

+ Here is the caller graph for this function: