Current Playback Info Objects
Wrap around this Spotify API object model.
Note
Current Playback Info Objects can NOT be created, they are only returned by .Player.GetCurrentPlaybackInfo().
Properties
| Key | Value description |
|---|---|
| device | A Device Object of the active device |
| repeat_state | The repeat mode of the player, is off, track, or context |
| shuffle_state | The shuffle state of the player, is true for on, false for off |
| context | A Context Object of the current context |
| timestamp | A Unix Millisecond Timestamp of when this data was fetched |
| progress_ms | How many Milliseconds the player is into the current track |
| volume_percent | The current volume level of the player |
| is_playing | True/false is the player playing, or is it paused |
| track | A Track Object of the currently playing track |