protocol.ClearPlayerRequest
This request allows you to remove all the tracks from the supplied player queues.
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. starts at 1 |
Example xml:
<sireq> <cid>Mum</cid> <fn> <clearPlayer> <id>1</id> <id>255</id> </clearPlayer> </fn> </sireq>