View Source Sptfy.Object.Playback (Sptfy v0.1.5)

Module for playback state struct.

Link to this section Summary

Link to this section Types

@type t() :: %Sptfy.Object.Playback{
  context: term(),
  currently_playing_type: term(),
  device: term(),
  is_playing: term(),
  item: term(),
  progress_ms: term(),
  repeat_state: term(),
  shuffle_state: term(),
  timestamp: term()
}