MayaFlux 0.1.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 126 of file Core.cpp.

127{
128 if (internal::initialized) {
130 }
131}
void Resume()
Resumes processing from paused state.
Definition Engine.cpp:136
Core::Engine & get_context()
Gets the default engine instance.
Definition Core.cpp:56

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: