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.
Media
Link copied to clipboard
data class Media(id: String, uri: String, title: String, artist: String, artworkUri: String?, extras: Map<String, Any>)
Representation of a media.
MediaPosition
Link copied to clipboard
sealed class MediaPosition
Represents the current Media position, duration and percent progress.
PlayerState
Link copied to clipboard
enum PlayerState : Enum<PlayerState>
Represents the state of the player.