Package | Description |
---|---|
org.jaudiotagger.audio.generic |
A miscellaneous collection of classes dealing with generic audio files and tags.
|
org.jaudiotagger.audio.real |
Classes dealing with RealAudio (TM) files.
|
org.jaudiotagger.tag.asf |
Support for a pseudo-tag representing ASF metadata.
|
org.jaudiotagger.tag.mp4 |
Classes for the MP4 metadata (moov.udt.meta.ilst) atom.
|
org.jaudiotagger.tag.vorbiscomment |
Code dealing with the Vorbis metadata (called "Comment") tag.
|
org.jaudiotagger.tag.wav |
Modifier and Type | Class and Description |
---|---|
class |
GenericTag
This is a complete example implementation of
AbstractTag |
Modifier and Type | Class and Description |
---|---|
class |
RealTag |
Modifier and Type | Class and Description |
---|---|
class |
AsfTag
Tag implementation for ASF.
|
Modifier and Type | Class and Description |
---|---|
class |
Mp4Tag
A Logical representation of Mp4Tag, i.e the meta information stored in an Mp4 file underneath the
moov.udt.meta.ilst atom.
|
Modifier and Type | Class and Description |
---|---|
class |
VorbisCommentTag
This is the logical representation of Vorbis Comment Data
|
Modifier and Type | Class and Description |
---|---|
class |
WavInfoTag
Represent wav metadata found in the LISTINFO Chunk
An LIST INFO chunk was the original way to store metadata but similarly to ID3v1 it suffers from a limited
set of fields, although non-standard extra field cannot be added, notably there is no support for images.
|
Copyright © 2005–2020 jthink.net. All rights reserved.