Lizzy v1.1.1

Uses of Class
christophedelory.playlist.smil.Meta

Packages that use Meta
christophedelory.playlist.smil SMIL, the Synchronized Multimedia Integration Language, is a W3C recommended XML markup language for describing multimedia presentations. 
 

Uses of Meta in christophedelory.playlist.smil
 

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

Methods in christophedelory.playlist.smil 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.smil 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.