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

◆ Pause()

MAYAFLUX_API void MayaFlux::Pause ( )

Pauses audio processing on the default engine.

Convenience wrapper for Engine::Pause() on the default engine.

Definition at line 119 of file Core.cpp.

120{
121 if (internal::initialized) {
122 get_context().Pause();
123 }
124}
void Pause()
Pauses all processing while maintaining system state.
Definition Engine.cpp:126
Core::Engine & get_context()
Gets the default engine instance.
Definition Core.cpp:56

References get_context(), MayaFlux::internal::initialized, and MayaFlux::Core::Engine::Pause().

Referenced by MayaFlux::Core::Engine::operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: