Lizzy v1.1.1

Uses of Class
christophedelory.playlist.wpl.Meta

Packages that use Meta
christophedelory.playlist.wpl WPL (Windows Media Player Playlist) is a computer file format that stores multimedia playlists. 
 

Uses of Meta in christophedelory.playlist.wpl
 

Methods in christophedelory.playlist.wpl that return Meta
 Meta Head.findMetaByName(String name)
          Returns the first metadata found with the specified property name.
 

Methods in christophedelory.playlist.wpl that return types with arguments of type Meta
 List<Meta> Head.getMetas()
          Returns the list of metadata defined in this SMIL header.
 

Methods in christophedelory.playlist.wpl with parameters of type Meta
 void Head.addMeta(Meta meta)
          Adds the specified metadata to this SMIL header.
 


© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.