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

◆ clear()

void MayaFlux::Buffers::AudioWriteProcessor::clear ( )

Clear any pending snapshot.

Buffer will be zeroed on the next cycle.

Definition at line 60 of file AudioWriteProcessor.cpp.

61{
62 m_pending.clear();
63 m_dirty.test_and_set(std::memory_order_release);
64}

References m_dirty, and m_pending.