protocol.deezer.radio.player.GetDeezerRadioTimeResponse
This response acts as an acknowledgment to its corresponding request as well as containing the current time matching your request parameter.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | 1 | integer | player id |
ctm | no | 1 | integer | time in seconds |
Example xml:
<siresp> <cid>Mum</cid> <fn> <getDeezerRadioTime> <id>45435434354343</id> <ctm>37</ctm> </getDeezerRadioTime> </fn> </siresp>