---
title: renderingState
framework: phase
role: symbol
role_heading: Instance Property
path: phase/phasesoundevent/renderingstate-swift.property
---

# renderingState

The sound event’s playback status.

## Declaration

```swift
var renderingState: PHASESoundEvent.RenderingState { get }
```

## Discussion

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

- [PHASESoundEvent.RenderingState](phase/phasesoundevent/renderingstate-swift.enum.md)
