protocol.deezer.radio.player.GetDeezerRadioTimeRequest
This request allows you to get the current playing time for a particular deezer radio player.
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 |
Example xml:
<sireq> <cid>Mum</cid> <fn> <getDeezerRadioTime> <id>45435434354343</id> </getDeezerRadioTime> </fn> </sireq>