Uses of Class
org.jaudiotagger.audio.asf.data.MetadataContainer

Packages that use MetadataContainer
org.jaudiotagger.audio.asf   
org.jaudiotagger.audio.asf.data   
org.jaudiotagger.audio.asf.util   
 

Uses of MetadataContainer in org.jaudiotagger.audio.asf
 

Methods in org.jaudiotagger.audio.asf with parameters of type MetadataContainer
private  boolean[] AsfFileWriter.searchExistence(ChunkContainer container, MetadataContainer[] metaContainers)
           
 

Uses of MetadataContainer in org.jaudiotagger.audio.asf.data
 

Subclasses of MetadataContainer in org.jaudiotagger.audio.asf.data
 class ContentBranding
          This structure represents the value of the content branding object, which stores the banner image, the banner image URL and the copyright URL.
 class ContentDescription
          This class represents the data of a chunk which contains title, author, copyright, description and the rating of the file.
 

Methods in org.jaudiotagger.audio.asf.data that return MetadataContainer
 MetadataContainer MetadataContainerFactory.createContainer(ContainerType type)
          Creates an appropriate container implementation for the given container type.
 MetadataContainer MetadataContainerFactory.createContainer(ContainerType type, long pos, java.math.BigInteger chunkSize)
          Convenience Method for I/O.
 MetadataContainer[] MetadataContainerFactory.createContainers(ContainerType[] types)
          Convenience method which calls MetadataContainerFactory.createContainer(ContainerType) for each given container type.
 MetadataContainer AsfHeader.findExtendedContentDescription()
          This method looks for an extended content description object in this header instance, if not found there, it tries to get one from a contained ASF header extension object.
 MetadataContainer AsfHeader.findMetadataContainer(ContainerType type)
          This method searches for a metadata container of the given type.
 MetadataContainer AsfHeader.getExtendedContentDescription()
           
 MetadataContainer AsfExtendedHeader.getExtendedContentDescription()
           
 MetadataContainer AsfExtendedHeader.getMetadataLibraryObject()
          Returns a metadata library object if present.
 MetadataContainer AsfExtendedHeader.getMetadataObject()
          Returns a metadata object if present.
 

Uses of MetadataContainer in org.jaudiotagger.audio.asf.util
 

Methods in org.jaudiotagger.audio.asf.util that return MetadataContainer
static MetadataContainer[] TagConverter.distributeMetadata(AsfTag tag)
          This method distributes the tags fields among the ContainerType.getOrdered() containers.
 

Methods in org.jaudiotagger.audio.asf.util with parameters of type MetadataContainer
static void TagConverter.assignCommonTagValues(Tag tag, MetadataContainer description)
          This method assigns those tags of tag which are defined to be common by jaudiotagger.