TYBA






protocol.deezer.radio.player.SetDeezerRadioTimeResponse

SetDeezerRadioTimeResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id
ctmno1integertime in seconds

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <setDeezerRadioTime>
              <id>1</id>
              <id>2</id>
              <ctm>37</ctm>
          </setDeezerRadioTime>
      </fn>
  </siresp>

 

back to index