Contents

renderingState

The sound event’s playback status.

Declaration

var renderingState: PHASESoundEvent.RenderingState { get }

Discussion

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

See Also

Checking Playback Status