Package | Description |
---|---|
org.jaudiotagger.audio.aiff | |
org.jaudiotagger.audio.asf |
Classes for Microsoft Advanced Systems Format files.
|
org.jaudiotagger.audio.dff | |
org.jaudiotagger.audio.dsf | |
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).
|
org.jaudiotagger.audio.ogg |
Classes for Ogg Vorbis files.
|
org.jaudiotagger.audio.real |
Classes dealing with RealAudio (TM) files.
|
org.jaudiotagger.audio.wav |
Modifier and Type | Class and Description |
---|---|
class |
AiffFileReader
Reads Audio and Metadata information contained in Aiff file.
|
Modifier and Type | Class and Description |
---|---|
class |
AsfFileReader
This reader can read ASF files containing any content (stream type).
|
Modifier and Type | Class and Description |
---|---|
class |
DffFileReader |
Modifier and Type | Class and Description |
---|---|
class |
DsfFileReader
|
Modifier and Type | Class and Description |
---|---|
class |
FlacFileReader
Read encoding and tag info for Flac file (open source lossless encoding)
|
Modifier and Type | Class and Description |
---|---|
class |
AudioFileReader2
Replacement for AudioFileReader class
|
Modifier and Type | Class and Description |
---|---|
class |
MP3FileReader
Read Mp3 Info (retrofitted to entagged ,done differently to entagged which is why some methods throw RuntimeException)
because done elsewhere
|
Modifier and Type | Class and Description |
---|---|
class |
Mp4FileReader
Mp4 File Reader
|
Modifier and Type | Class and Description |
---|---|
class |
OggFileReader
Read Ogg File Tag and Encoding information
Only implemented for ogg files containing a vorbis stream with vorbis comments
|
Modifier and Type | Class and Description |
---|---|
class |
RealFileReader
Real Media File Format: Major Chunks: .RMF PROP MDPR CONT DATA INDX
|
Modifier and Type | Class and Description |
---|---|
class |
WavFileReader
Reads Audio and Metadata information contained in Wav file.
|
Copyright © 2005–2020 jthink.net. All rights reserved.