Package | Description |
---|---|
org.jaudiotagger.audio |
Classes and interfaces generic to all audio formats.
|
org.jaudiotagger.audio.aiff | |
org.jaudiotagger.audio.flac |
Classes for FLAC (Free Lossless Audio Codec) files.
|
org.jaudiotagger.audio.generic |
A miscellaneous collection of classes dealing with generic audio files and tags.
|
org.jaudiotagger.audio.mp3 |
Classes for MP3 files.
|
org.jaudiotagger.audio.mp4 |
Classes for MP4 files (including AAC).
|
Modifier and Type | Field and Description |
---|---|
protected AudioHeader |
AudioFile.audioHeader
The Audio header info
|
Modifier and Type | Method and Description |
---|---|
AudioHeader |
AudioFile.getAudioHeader()
Return audio header information
|
Constructor and Description |
---|
AudioFile(File f,
AudioHeader audioHeader,
Tag tag)
These constructors are used by the different readers, users should not use them, but use the
AudioFileIO.read(File) method instead !. |
AudioFile(String s,
AudioHeader audioHeader,
Tag tag)
These constructors are used by the different readers, users should not use them, but use the
AudioFileIO.read(File) method instead !. |
Modifier and Type | Class and Description |
---|---|
class |
AiffAudioHeader
Non-"tag" metadata from the AIFF file.
|
Modifier and Type | Class and Description |
---|---|
class |
FlacAudioHeader |
Modifier and Type | Class and Description |
---|---|
class |
GenericAudioHeader
This class represents a structure for storing and retrieving information
about the codec respectively the encoding parameters.
Most of the parameters are available for nearly each audio format. |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayMP3AudioHeader |
class |
MP3AudioHeader
Represents the audio header of an MP3 File
|
Modifier and Type | Class and Description |
---|---|
class |
Mp4AudioHeader
Store some additional attributes useful for Mp4s
|
Copyright © 2005–2020 jthink.net. All rights reserved.