SpotifyPlaybackState

class SpotifyPlaybackState(val spotifyPlayerState: PlayerState) : MusicPlayerState

Constructors

Link copied to clipboard
constructor(spotifyPlayerState: PlayerState)

Properties

Link copied to clipboard
open override val albumArtUri: String?
Link copied to clipboard
open override val artistName: String
Link copied to clipboard
open override val duration: Long
Link copied to clipboard
open override val elapsedRealtime: Long
Link copied to clipboard
open override val playbackSpeed: Double
Link copied to clipboard
open override val playbackState: MusicPlayerState.PlaybackState
Link copied to clipboard
open override val position: Long
Link copied to clipboard
open override val repeatMode: MusicPlayerState.RepeatMode?
Link copied to clipboard
open override val shuffleMode: MusicPlayerState.ShuffleMode?
Link copied to clipboard
val spotifyPlayerState: PlayerState
Link copied to clipboard
open override val trackName: String