TYBA






protocol.deezer.radio.player.SetDeezerRadioTimeRequest

SetDeezerRadioTimeRequest

This request allows you set the current playing position of the specified deezer radio players.

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

Example xml:


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

 

back to index