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

◆ get_processing_state()

ProcessingState MayaFlux::Kakshya::SoundStreamContainer::get_processing_state ( ) const
inlineoverridevirtual

Get the current processing state of the container.

Returns
Current ProcessingState (IDLE, READY, PROCESSING, etc.)

Enables orchestration and coordination of processing across the system.

Implements MayaFlux::Kakshya::SignalSourceContainer.

Definition at line 109 of file SoundStreamContainer.hpp.

109{ return m_processing_state.load(); }
std::atomic< ProcessingState > m_processing_state

Referenced by is_ready(), and is_ready_for_processing().

+ Here is the caller graph for this function: