Contents

renderingState

The status of the engine’s audio playback.

Declaration

var renderingState: PHASESoundEvent.RenderingState { get }

Discussion

Access this property to check the engine’s playback status. The value reflects the state that you control by calling one of the functions: start(), stop(), or pause().

See Also

Controlling and Inspecting Playback State