protocol.QueueInfo
A class representing the player queue information. This contains metadata about the player queue such as the queue title or the number of items in the queue.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
playerid | no | 1 | integer | the player id |
title | no | 1 | text | the player queue title |
size | no | 1 | integer | number of items in the queue |
context | yes | 1 | queue context | the queue context. contains the media item that created the queue. |
Example xml:
<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>