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

Packages that use ContentDescriptor
org.jaudiotagger.audio.asf.data   
org.jaudiotagger.audio.asf.data.wrapper   
 

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

Methods in org.jaudiotagger.audio.asf.data that return ContentDescriptor
 ContentDescriptor ContentDescriptor.createCopy()
          This mehtod creates a copy of the current object.
 ContentDescriptor ExtendedContentDescription.getDescriptor(java.lang.String name)
          Returns a previously inserted content descriptor.
 ContentDescriptor ExtendedContentDescription.remove(java.lang.String id)
          This method removes the content descriptor with the given name.
 

Methods in org.jaudiotagger.audio.asf.data with parameters of type ContentDescriptor
 void ExtendedContentDescription.addDescriptor(ContentDescriptor toAdd)
          This method inserts the given ContentDescriptor.
 void ExtendedContentDescription.addOrReplace(ContentDescriptor descriptor)
          This method adds or replaces an existing content descriptor.
 

Uses of ContentDescriptor in org.jaudiotagger.audio.asf.data.wrapper
 

Constructors in org.jaudiotagger.audio.asf.data.wrapper with parameters of type ContentDescriptor
ContentDescriptorTagField(ContentDescriptor source)
          Creates an instance.