Uses of Class
com.melloware.jspiff.jaxp.XspfTrack

Packages that use XspfTrack
com.melloware.jspiff.jaxp   
 

Uses of XspfTrack in com.melloware.jspiff.jaxp
 

Methods in com.melloware.jspiff.jaxp that return XspfTrack
 XspfTrack[] XspfPlaylistTrackList.getTrack()
          Gets the XspfTrack property track.
 XspfTrack XspfPlaylistTrackList.getTrack(int index)
          Gets the XspfTrack property track by index.
 

Methods in com.melloware.jspiff.jaxp with parameters of type XspfTrack
 void XspfPlaylistTrackList.addTrack(int index, XspfTrack track)
          Adds the XspfTrack property track by index.
 void XspfPlaylistTrackList.addTrack(XspfTrack track)
          Adds the XspfTrack property track.
 void XspfPlaylistTrackList.addTrack(XspfTrack[] track)
          Adds the XspfTrack property track.
 void XspfPlaylistTrackList.removeTrack(XspfTrack track)
          Remove the XspfTrack property track by object.
 void XspfPlaylistTrackList.setTrack(int index, XspfTrack track)
          Sets the XspfTrack property track by index.
 void XspfPlaylistTrackList.setTrack(XspfTrack track)
          Sets the XspfTrack property track.
 void XspfPlaylistTrackList.setTrack(XspfTrack[] track)
          Sets the XspfTrack property track.
 void XspfTrack.setup(XspfTrack source)
          Initializes the XspfTrack by the XspfTrack source.
 

Constructors in com.melloware.jspiff.jaxp with parameters of type XspfTrack
XspfTrack(XspfTrack source)
          Creates a XspfTrack.
 



Copyright © 1999-2006 Melloware Inc. All Rights Reserved.