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

◆ get_processing_context_handle()

SubsystemProcessingHandle * MayaFlux::Core::AudioSubsystem::get_processing_context_handle ( )
inlineoverridevirtual

Get the processing context handle for this subsystem.

Implements MayaFlux::Core::ISubsystem.

Definition at line 113 of file AudioSubsystem.hpp.

113{ return m_handle; }
SubsystemProcessingHandle * m_handle
Reference to processing handle.