Package org.jaudiotagger.audio.asf.tag

Class Summary
AbstractAsfTagImageField An AbstractAsfTagImageField is an abstract class for representing tag fields containing image data.
AsfTag Tag implementation for ASF.
AsfTag.AsfFieldIterator This iterator is used to iterator an Iterator with TagField objects and returns them by casting to AsfTagField.
AsfTagBannerField This field represents the image content of the banner image which is stored in the content branding chunk of ASF files.
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.
 

Enum Summary
AsfFieldKey Field keys which need to be mapped for ASF files, or only specified for ASF.