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

◆ Resume()

MAYAFLUX_API void MayaFlux::Resume ( )

Resumes audio processing on the default engine.

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

Definition at line 128 of file Core.cpp.

129{
130 if (internal::initialized) {
132 }
133}
void Resume()
Resumes processing from paused state.
Definition Engine.cpp:141
Core::Engine & get_context()
Gets the default engine instance.
Definition Core.cpp:58

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

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

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