...
Version | Publication Date | Author | Notes |
---|---|---|---|
1.0 | 2017-11-14 | JS | Initial Release |
1.1 | 2020-09-15 | JS | Added details about service account selection and the Top Menu |
1.2 | 2021-08-06 | JS | Additional details about |
1.3 | 2021-08-06 | JS | Add browsing sub-section to JSON API section |
1.4 | 2021-08-31 | JS | Add detail on browse command structure in JSON API section |
1.5 | 2021-09-04 | JS | Add |
1.6 | 2021-09-07 | JS | Add events that describe changes to Presets and Playlists |
1.7 | 2021-09-09 | JS | Add |
Table of Contents | ||||
---|---|---|---|---|
|
...
In such cases where the MMS has neither a track length nor a current track position, both TrackTime
and TrackDuration
will be 0
.
Playback Events
MediaControl
and PlayState
both indicate the play state of the output. They have slightly different values but ultimately have the same meaning.
PlayState
will be one of the following: Playing
, Paused
, or Stopped
MediaControl
will be one of the following: Play
, Pause
, or Stop
Flags
All these events hold a true
|false
value and indicate whether a certain functionality is available.
...