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

◆ is_open()

bool MayaFlux::IO::SoundFileWriter::is_open ( ) const
inline

True if the worker is running and the encoder is healthy.

Definition at line 99 of file SoundFileWriter.hpp.

99{ return m_open.load(std::memory_order_acquire); }