protocol.deezer.radio.player.SetDeezerRadioTimeResponse
This response acts as an acknowledgment to its corresponding request.
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:
<siresp> <cid>Mum</cid> <fn> <setDeezerRadioTime> <id>1</id> <id>2</id> <ctm>37</ctm> </setDeezerRadioTime> </fn> </siresp>