Uses of Package
org.jaudiotagger.audio.asf.tag

Packages that use org.jaudiotagger.audio.asf.tag
org.jaudiotagger.audio.asf   
org.jaudiotagger.audio.asf.tag   
org.jaudiotagger.audio.asf.util   
 

Classes in org.jaudiotagger.audio.asf.tag used by org.jaudiotagger.audio.asf
AsfTag
          Tag implementation for ASF.
 

Classes in org.jaudiotagger.audio.asf.tag used by org.jaudiotagger.audio.asf.tag
AbstractAsfTagImageField
          An AbstractAsfTagImageField is an abstract class for representing tag fields containing image data.
AsfFieldKey
          Field keys which need to be mapped for ASF files, or only specified for ASF.
AsfTagCoverField
          Encapsulates the WM/Pictures provides some convenience methods for decoding the binary data it contains

The value of a WM/Pictures metadata descriptor is as follows:

byte0 Picture Type byte1-4 Length of the image data mime type encoded as UTF-16LE null byte null byte description encoded as UTF-16LE (optional) null byte null byte image data

AsfTagField
          This class encapsulates a MetadataDescriptorand provides access to it.
AsfTagTextField
          Represents a tag text field for ASF fields.
 

Classes in org.jaudiotagger.audio.asf.tag used by org.jaudiotagger.audio.asf.util
AsfTag
          Tag implementation for ASF.