Package org.jaudiotagger.audio.asf.data

Class Summary
AsfExtendedHeader This class represents the ASF extended header object (chunk).
Like AsfHeader it contains multiple other ASF objects (chunks).
AsfHeader Each ASF file starts with a so called header.
AudioStreamChunk This class represents the stream chunk describing an audio stream.
Chunk This class represents a chunk within ASF streams.
ChunkContainer Stores multiple ASF objects (chunks) in form of Chunk objects, and is itself an ASF object (chunk).
ContentDescription This class represents the data of a chunk which contains title, author, copyright, description and the rating of the file.
ContentDescriptor This class is a wrapper for properties within a ExtendedContentDescription.
Each descriptor consists of the folloowing: Descriptor Name Length 16 bits Descriptor Name UTF16LE format Descriptor Value Data Type 16 bits Descriptor Value Length 16 bits Descriptor Value varies
EncodingChunk This class was intended to store the data of a chunk which contained the encoding parameters in textual form.
EncryptionChunk  
ExtendedContentDescription This structure represents the data of a chunk, which contains extended content description.
FileHeader This class stores the information about the file, which is contained within a special chunk of asf files.
GUID This class is used for representation of GUIDs and as a reference list of all Known GUIDs.
StreamBitratePropertiesChunk This class represents the "Stream Bitrate Properties" chunk of an ASF media file.
StreamChunk This class is the base for all handled stream contents.
VideoStreamChunk