protocol.deezer.radio.player.SetDeezerRadioTimeRequest
This request allows you set the current playing position of the specified deezer radio players.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | unbounded | integer | player id |
ctm | no | 1 | integer | time in seconds |
Example xml:
<sireq> <cid>Mum</cid> <fn> <setDeezerRadioTime> <id>1</id> <id>2</id> <ctm>37</ctm> </setDeezerRadioTime> </fn> </sireq>