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

◆ stop_audio_subsystem()

void MayaFlux::Core::SubsystemManager::stop_audio_subsystem ( )

Stop the audio subsystem.

Definition at line 205 of file SubsystemManager.cpp.

206{
207 if (auto audio = get_audio_subsystem()) {
208 audio->stop();
209 }
210}
std::shared_ptr< AudioSubsystem > get_audio_subsystem()
Get typed access to the audio subsystem.

References get_audio_subsystem().

+ Here is the call graph for this function: