TYBA






protocol.GetPlayerQueueInfoResponse

GetPlayerQueueInfoResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idno1integerthe player id
queueinfoyes1IwQueueInfothe 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>

 

back to index