TYBA






protocol.deezer.radio.player.DeezerRadioStatusEvent

DeezerRadioStatusEvent

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
IwDeezerRadioStatusno1IwDeezerRadioStatus deezer radio status.

Example xml:


  <sievnt>
      <deezerRadioStatus>
          <end>1</end>
          <drstat>
              <pid>2</pid>
              <ctm>30</ctm>
              <pau>0</pau>
              <tr>
                  <trid>432546325432</trid>
                  <trnm>Dog Days are over</trnm>
                  <arnm>Florence and the Machine</arnm>
                  <arid>432546325432</arid>
                  <alnm>The Best of Florence and the Machine</alnm>
                  <alid>432546325432</alid>
                  <dura>350909</dura>
                  <cv>http://www.apple.com/art.jpg</cv>
                  <grid>343443344344</grid>
                  <grnm>rock</grnm>
                  <cpid>3434353</cpid>
                  <cpnm>3434353</cpnm>
                  <bpm>123</bpm>
                  <brt>256 kbs</brt>
                  <frq>44100 hz</frq>
                  <yr>1998</yr>
                  <tarid>65565665</tarid>
                  <tarnm>Florence and the Machine</tarnm>
                  <cve>1</cve>
                  <alarid>432546325432</alarid>
                  <alarnm>The Best of Florence and the Machine</alarnm>
              </tr>
          </drstat>
      </deezerRadioStatus>
  </sievnt>

 

back to index