bosesoundtouchapi.models.playstatustypes

@export
class PlayStatusTypes(enum.Enum):

Play Status Types enumeration.

Buffering = <PlayStatusTypes.Buffering: 'BUFFERING_STATE'>

Content is being loaded to a buffer.

Invalid = <PlayStatusTypes.Invalid: 'INVALID_PLAY_STATUS'>

Unknow or invalid.

Paused = <PlayStatusTypes.Paused: 'PAUSE_STATE'>

Content is paused.

Playing = <PlayStatusTypes.Playing: 'PLAY_STATE'>

Content is playing.

Stopped = <PlayStatusTypes.Stopped: 'STOP_STATE'>

Content is stopped.