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

◆ set_token_active()

template<typename BufferType >
virtual void MayaFlux::Buffers::RootBuffer< BufferType >::set_token_active ( bool  active)
pure virtual

Activates/deactivates processing for the current token.

Parameters
activeWhether this buffer should process when its token is active

This allows subsystems to selectively enable/disable buffers based on current processing requirements without changing the token assignment.

Implemented in MayaFlux::Buffers::RootAudioBuffer, and MayaFlux::Buffers::RootGraphicsBuffer.