Package com.google.android.horologist.media.model

Types

Command
Link copied to clipboard
enum Command : Enum<Command>
Commands that can be executed on a player.
MediaItem
Link copied to clipboard
data class MediaItem(id: String, uri: String, title: String?, artist: String, artworkUri: String?, extras: Map<String, Any>)
Representation of a media item.
MediaItemPosition
Link copied to clipboard
sealed class MediaItemPosition
Represents the current media item position, duration and percent progress.
PlayerState
Link copied to clipboard
enum PlayerState : Enum<PlayerState>
Represents the state of the player.