MayaFlux 0.2.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 158 of file SubsystemManager.cpp.

159{
160 if (auto audio = get_audio_subsystem()) {
161 audio->stop();
162 }
163}
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: