| Member Name | Description |
|---|
| Buffering | Playback state of a RemoteControlClient which is buffering data to play before it can
start or resume playback. |
| Error | Playback state of a RemoteControlClient which cannot perform any playback related
operation because of an internal error. Examples of such situations are no network
connectivity when attempting to stream data from a server, or expired user credentials
when trying to play subscription-based content. |
| FastForwarding | Playback state of a RemoteControlClient which is fast forwarding in the media
it is currently playing. |
| Paused | Playback state of a RemoteControlClient which is paused. |
| Playing | Playback state of a RemoteControlClient which is playing media. |
| Rewinding | Playback state of a RemoteControlClient which is fast rewinding in the media
it is currently playing. |
| SkippingBackwards | Playback state of a RemoteControlClient which is skipping back to the previous
logical chapter (such as a song in a playlist) in the media it is currently playing. |
| SkippingForwards | Playback state of a RemoteControlClient which is skipping to the next
logical chapter (such as a song in a playlist) in the media it is currently playing. |
| Stopped | Playback state of a RemoteControlClient which is stopped. |