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

Packages that use ExtendedContentDescription
org.jaudiotagger.audio.asf.data   
org.jaudiotagger.audio.asf.io   
org.jaudiotagger.audio.asf.util   
 

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

Methods in org.jaudiotagger.audio.asf.data that return ExtendedContentDescription
 ExtendedContentDescription AsfHeader.getExtendedContentDescription()
           
 

Methods in org.jaudiotagger.audio.asf.data with parameters of type ExtendedContentDescription
 void AsfHeader.setExtendedContentDescription(ExtendedContentDescription th)
           
 

Uses of ExtendedContentDescription in org.jaudiotagger.audio.asf.io
 

Methods in org.jaudiotagger.audio.asf.io that return ExtendedContentDescription
static ExtendedContentDescription ExtContentDescReader.read(java.io.RandomAccessFile raf, Chunk candidate)
          Reads the current chunk if it is a matching one.
 

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

Methods in org.jaudiotagger.audio.asf.util that return ExtendedContentDescription
static ExtendedContentDescription TagConverter.createExtendedContentDescription(Tag tag)
          This method creates a new ExtendedContentDescriptionobject filled with the values of the given tag.
Since extended content description of asf files can store name-value pairs, nearly each entagged.audioformats.generic.TagFieldcan be stored whithin.
 

Methods in org.jaudiotagger.audio.asf.util with parameters of type ExtendedContentDescription
static void TagConverter.assignCommonTagValues(Tag tag, ExtendedContentDescription description)
          This method assigns those tags of tag which are defined to be common by entagged.
static void TagConverter.assignOptionalTagValues(Tag tag, ExtendedContentDescription descriptor)
          This method will add or replace all values of tag are not defined as common by entagged.