Package | Description |
---|---|
org.jaudiotagger.audio.generic |
A miscellaneous collection of classes dealing with generic audio files and tags.
|
org.jaudiotagger.tag.asf |
Support for a pseudo-tag representing ASF metadata.
|
org.jaudiotagger.tag.id3 |
Classes for all flavors of ID3.
|
org.jaudiotagger.tag.mp4.field |
Classes handling fields of the MP4 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 |
---|---|
protected class |
GenericTag.GenericTagTextField
Implementations of
TagTextField for use with
"ISO-8859-1" strings. |
Modifier and Type | Class and Description |
---|---|
class |
AsfTagTextField
Represents a tag text field for ASF fields.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractID3v2Frame
This abstract class is each frame header inside a ID3v2 tag.
|
class |
AggregatedFrame
Required when a single generic field maps to multiple ID3 Frames
|
class |
ID3v1TagField
This class encapsulates the name and content of a tag entry in id3 fields
|
class |
ID3v22Frame
Represents an ID3v2.2 frame.
|
class |
ID3v23Frame
Represents an ID3v2.3 frame.
|
class |
ID3v24Frame
Represents an ID3v2.4 frame.
|
class |
TyerTdatAggregatedFrame
For use in ID3 for mapping YEAR field to TYER and TDAT Frames
|
Modifier and Type | Class and Description |
---|---|
class |
Mp4DiscNoField
Represents the Disc No field
|
class |
Mp4GenreField
Represents the Genre field , when user has selected from the set list of genres
|
class |
Mp4TagByteField
Represents a single byte as a number
|
class |
Mp4TagReverseDnsField
Represents reverse dns field, used for custom information
|
class |
Mp4TagTextField
Represents a single text field
|
class |
Mp4TagTextNumberField
Represents simple text field that contains an array of number,
|
class |
Mp4TrackField
Represents the Track No field
|
Modifier and Type | Class and Description |
---|---|
class |
VorbisCommentTagField
This class represents the name and content of a tag entry in ogg-files.
|
Modifier and Type | Method and Description |
---|---|
List<TagTextField> |
WavInfoTag.getUnrecognisedFields() |
Copyright © 2005–2020 jthink.net. All rights reserved.