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

Packages that use XspfMeta
com.melloware.jspiff.jaxp   
 

Uses of XspfMeta in com.melloware.jspiff.jaxp
 

Methods in com.melloware.jspiff.jaxp that return XspfMeta
 XspfMeta[] XspfPlaylist.getMeta()
          Gets the XspfMeta property meta.
 XspfMeta[] XspfTrack.getMeta()
          Gets the XspfMeta property meta.
 XspfMeta XspfPlaylist.getMeta(int index)
          Gets the XspfMeta property meta by index.
 XspfMeta XspfTrack.getMeta(int index)
          Gets the XspfMeta property meta by index.
 

Methods in com.melloware.jspiff.jaxp with parameters of type XspfMeta
 void XspfPlaylist.addMeta(int index, XspfMeta meta)
          Adds the XspfMeta property meta by index.
 void XspfTrack.addMeta(int index, XspfMeta meta)
          Adds the XspfMeta property meta by index.
 void XspfPlaylist.addMeta(XspfMeta meta)
          Adds the XspfMeta property meta.
 void XspfTrack.addMeta(XspfMeta meta)
          Adds the XspfMeta property meta.
 void XspfPlaylist.addMeta(XspfMeta[] meta)
          Adds the XspfMeta property meta.
 void XspfTrack.addMeta(XspfMeta[] meta)
          Adds the XspfMeta property meta.
 void XspfPlaylist.removeMeta(XspfMeta meta)
          Remove the XspfMeta property meta by object.
 void XspfTrack.removeMeta(XspfMeta meta)
          Remove the XspfMeta property meta by object.
 void XspfPlaylist.setMeta(int index, XspfMeta meta)
          Sets the XspfMeta property meta by index.
 void XspfTrack.setMeta(int index, XspfMeta meta)
          Sets the XspfMeta property meta by index.
 void XspfPlaylist.setMeta(XspfMeta meta)
          Sets the XspfMeta property meta.
 void XspfTrack.setMeta(XspfMeta meta)
          Sets the XspfMeta property meta.
 void XspfPlaylist.setMeta(XspfMeta[] meta)
          Sets the XspfMeta property meta.
 void XspfTrack.setMeta(XspfMeta[] meta)
          Sets the XspfMeta property meta.
 void XspfMeta.setup(XspfMeta source)
          Initializes the XspfMeta by the XspfMeta source.
 

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



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