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

◆ is_token_active()

virtual bool MayaFlux::Buffers::RootAudioBuffer::is_token_active ( ) const
inlineoverridevirtual

Checks if the buffer is active for its assigned token.

Returns
True if the buffer will process when its token is processed

Implements MayaFlux::Buffers::RootBuffer< AudioBuffer >.

Definition at line 105 of file RootAudioBuffer.hpp.

105{ return m_token_active; }
bool m_token_active
Flag indicating if this buffer is active for token processing.