| Interface | Description |
|---|---|
| PlayerMediaItem |
An interface that defines methods for retrieving metadata related to a specific piece of media.
|
| PlayerQueueItem |
An interface that defines methods for retrieving data about an item currently in the player's playback queue.
|
| Exception | Description |
|---|---|
| MediaPlayerException |
The base exception for errors that occur during playback.
|
| Annotation Type | Description |
|---|---|
| MediaContainerType |
Enumeration of the possible media container types.
|
| MediaItemType |
Enumeration of the possible media item types.
|
| PlaybackQueueMoveTargetType |
Enumeration of the possible playback queue move target types.
|
| PlaybackRepeatMode |
Enumeration for the possible playback repeat modes.
|
| PlaybackShuffleMode |
Enumeration of the possible playback shuffle modes.
|
| PlaybackState |
Enumeration defining the potential states a player can be in at any given time.
|