TYBA






protocol.streaming.playlist.MoveStreamingPlaylistItemsResponse

MoveStreamingPlaylistItemsResponse

This response acts as an acknowledgement to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idno1database idplaylist id
ixsno1indicesthe indices of the items to move (ix)
ixnounboundedunsigned integermove item index
destno1unsigned integerthe destination index

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <moveStreamingPlaylistItems>
              <id>45435434354343</id>
              <ixs>
                  <ix>1</ix>
                  <ix>2</ix>
              </ixs>
              <dest>5</dest>
          </moveStreamingPlaylistItems>
      </fn>
  </sireq>

 

back to index