Vuo  2.0.0
Classes | Functions
VuoRuntimeState.hh File Reference

Description

VuoRuntimeState interface.

Definition in file VuoRuntimeState.hh.

Go to the source code of this file.

Classes

class  VuoRuntimeState
 Encapsulates the state of the runtime when running a single composition, including both state that is preserved across live-coding reloads and state that only lives for a single start-stop of the composition. More...
 

Functions

bool vuoIsPaused (VuoCompositionState *compositionState)
 C wrapper for VuoRuntimeState::isPaused(). More...
 

Function Documentation

◆ vuoIsPaused()

bool vuoIsPaused ( VuoCompositionState compositionState)

C wrapper for VuoRuntimeState::isPaused().

Definition at line 454 of file VuoRuntimeState.cc.