TYBA






protocol.QueueInfo

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.

ParameterOptionalMax AllowedDataTypeNotes
playeridno1integerthe player id
titleno1textthe player queue title
sizeno1integernumber of items in the queue
contextyes1queue contextthe 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>
 

back to index