bosesoundtouchapi.models.userplaycontroltypes

@export
class UserPlayControlTypes(enum.Enum):

User Play Control Types enumeration.

Pause = <UserPlayControlTypes.Pause: 'PAUSE_CONTROL'>

Pause currently playing content.

Play = <UserPlayControlTypes.Play: 'PLAY_CONTROL'>

Play content that is currently paused or stopped.

PlayPause = <UserPlayControlTypes.PlayPause: 'PLAY_PAUSE_CONTROL'>

Pause currently playing content, or Play currently paused content.

Stop = <UserPlayControlTypes.Stop: 'STOP_CONTROL'>

Stop currently playing content.