TYBA






protocol.TrackListItem

TrackListItem

This structure contains useful information about a Track as well as the track.

ParameterOptionalMax AllowedDataTypeNotes
ixno1integerindex offset
trno1SiTracka Track.

Example xml:

 <lit>
  <ix>1</ix>
  <tr>
      <trid>432546325432</trid>
      <trnm>Dog Days are over</trnm>
      <arnm>Florence and the Machine</arnm>
      <arid>432546325432</arid>
      <alnm>The Best of Florence and the Machine</alnm>
      <alid>432546325432</alid>
      <dura>350909</dura>
      <cv>http://www.apple.com/art.jpg</cv>
      <grid>343443344344</grid>
      <grnm>rock</grnm>
  </tr>
 </lit>
 

back to index