MayaFlux 0.3.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 115 of file Core.cpp.

116{
117 if (internal::initialized) {
118 get_context().Pause();
119 }
120}
void Pause()
Pauses all processing while maintaining system state.
Definition Engine.cpp:156
Core::Engine & get_context()
Gets the default engine instance.
Definition Core.cpp:58

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: