MayaFlux 0.3.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 190 of file SubsystemManager.cpp.

191{
192 if (auto audio = get_audio_subsystem()) {
193 audio->stop();
194 }
195}
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: