TYBA






protocol.RadioStatusEvent

RadioStatusEvent

This event message contains update information when some state changes for a particular player either dynamically or if changed by someone else. You will only receive these if you have previously registered for event feedback.

ParameterOptionalMax AllowedDataTypeNotes
endno1booleandid song end?: 0/1
radioStatusno1SiRadioStatusplayer status.

Example xml:


  <sievnt>
      <radioStatus>
          <end>1</end>
          <rstat>
              <pid>432546325432</pid>
              <ctm>232</ctm>
              <pau>on</pau>
              <ply>on</ply>
              <buf>on</buf>
              <rec>on</rec>
              <rstn>
                  <rdid>432546325432</rdid>
                  <rdnm>1.FM - ABSOLUTE 90's RADIO</rdnm>
                  <wbs>http://www.1.fm</wbs>
                  <rdcv>http://www.apple.com/art.jpg</rdcv>
                  <grnm>90s pop dance rock</grnm>
                  <brt>64kbit/s</brt>
                  <frq>44100 Hz</frq>
              </rstn>
              <rdtr>
                  <trnm>Dog Days are over</trnm>
                  <arnm>Florence and the Machine</arnm>
                  <alnm>The Best of Florence and the Machine</alnm>
                  <cv>http://www.apple.com/art.jpg</cv>
              </rdtr>
          </rstat>
      </radioStatus>
  </sievnt>

 

back to index