protocol.GetPlayerQueueInfoResponse
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 | 1 | integer | the player id |
queueinfo | yes | 1 | IwQueueInfo | the player queue information |
Example xml:
<siresp> <cid>Mum</cid> <fn> <getPlayerQueueInfo> <id>1</id> <queueinfo> <playerid>1</playerid> <title>My Playlist</title> <size>123</size> <context> <pl> <plid>432546325432</plid> <plnm>Florence and the Machine</plnm> <trco>454</trco> <cv>http://www.apple.com/art.jpg</cv> <ro>1</ro> <uid>mum</uid> <sm>1</sm> </pl> </context> </queueinfo> </getPlayerQueueInfo> </fn> </siresp>