Package | Description |
---|---|
org.jaudiotagger.audio.asf.io |
Classes for reading and writing Microsoft Advanced Systems Format files.
|
Modifier and Type | Class and Description |
---|---|
class |
AsfExtHeaderReader
This reader reads an ASF header extension object from an
InputStream
and creates an AsfExtendedHeader object. |
class |
AsfHeaderReader
This class reads an ASF header out of an input stream an creates an
AsfHeader object if successful. |
class |
ContentBrandingReader
This reader is used to read the content branding object of ASF streams.
|
class |
ContentDescriptionReader
Reads and interprets the data of a ASF chunk containing title, author...
|
class |
FileHeaderReader
Reads and interprets the data of the file header.
|
class |
LanguageListReader
Reads and interprets the "Language List Object" of ASF files.
|
class |
MetadataReader
Reads an interprets "Metadata Object", "Metadata Library
Object" and "Extended Content Description" of ASF files.
|
class |
StreamBitratePropertiesReader
This class reads the chunk containing the stream bitrate properties.
|
class |
StreamChunkReader
Reads and interprets the data of the audio or video stream information chunk.
|
Constructor and Description |
---|
AsfExtHeaderReader(List<Class<? extends ChunkReader>> toRegister,
boolean readChunkOnce)
Creates a reader instance, which only utilizes the given list of chunk
readers.
|
AsfHeaderReader(List<Class<? extends ChunkReader>> toRegister,
boolean readChunkOnce)
Creates an instance of this reader.
|
Copyright © 2005–2020 jthink.net. All rights reserved.