PlaybackState
An object representing the playback state of the player.
| Property | Type | Description |
|---|---|---|
| state | State | The current state of the player. |
| error | PlaybackErrorEvent | undefined | If the state is type Error a PlaybackErrorEvent will be present. Else undefined. |