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.ogg.util |
Utility classes for Ogg Vorbis files.
|
org.jaudiotagger.audio.real |
Classes dealing with RealAudio (TM) files.
|
org.jaudiotagger.audio.wav | |
org.jaudiotagger.audio.wav.chunk |
Modifier and Type | Class and Description |
---|---|
class |
AiffAudioHeader
Non-"tag" metadata from the AIFF file.
|
Modifier and Type | Method and Description |
---|---|
protected GenericAudioHeader |
AiffFileReader.getEncodingInfo(Path path) |
protected GenericAudioHeader |
AiffInfoReader.read(Path file) |
Modifier and Type | Method and Description |
---|---|
protected GenericAudioHeader |
AsfFileReader.getEncodingInfo(RandomAccessFile raf)
(overridden)
|
Modifier and Type | Method and Description |
---|---|
protected GenericAudioHeader |
DffFileReader.getEncodingInfo(Path file) |
Modifier and Type | Method and Description |
---|---|
protected GenericAudioHeader |
DsfFileReader.getEncodingInfo(Path file) |
GenericAudioHeader |
FmtChunk.readChunkData(DsdChunk dsd,
FileChannel fc) |
Modifier and Type | Class and Description |
---|---|
class |
FlacAudioHeader |
Modifier and Type | Method and Description |
---|---|
protected GenericAudioHeader |
FlacFileReader.getEncodingInfo(Path path) |
Modifier and Type | Method and Description |
---|---|
protected abstract GenericAudioHeader |
AudioFileReader2.getEncodingInfo(Path path)
Read Encoding Information
|
protected abstract GenericAudioHeader |
AudioFileReader.getEncodingInfo(RandomAccessFile raf) |
protected GenericAudioHeader |
AudioFileReader2.getEncodingInfo(RandomAccessFile raf) |
Modifier and Type | Method and Description |
---|---|
protected GenericAudioHeader |
MP3FileReader.getEncodingInfo(RandomAccessFile raf) |
Modifier and Type | Class and Description |
---|---|
class |
Mp4AudioHeader
Store some additional attributes useful for Mp4s
|
Modifier and Type | Method and Description |
---|---|
protected GenericAudioHeader |
Mp4FileReader.getEncodingInfo(Path path) |
GenericAudioHeader |
Mp4InfoReader.read(Path file) |
Modifier and Type | Method and Description |
---|---|
protected GenericAudioHeader |
OggFileReader.getEncodingInfo(RandomAccessFile raf) |
Modifier and Type | Method and Description |
---|---|
GenericAudioHeader |
OggInfoReader.read(RandomAccessFile raf) |
Modifier and Type | Method and Description |
---|---|
protected GenericAudioHeader |
RealFileReader.getEncodingInfo(RandomAccessFile raf) |
Modifier and Type | Method and Description |
---|---|
protected GenericAudioHeader |
WavFileReader.getEncodingInfo(Path path) |
GenericAudioHeader |
WavInfoReader.read(Path path) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
WavInfoReader.readChunk(FileChannel fc,
GenericAudioHeader info)
Reads a Wav Chunk.
|
Constructor and Description |
---|
WavFactChunk(ByteBuffer chunkData,
ChunkHeader hdr,
GenericAudioHeader info) |
WavFormatChunk(ByteBuffer chunkData,
ChunkHeader hdr,
GenericAudioHeader info) |
Copyright © 2005–2020 jthink.net. All rights reserved.