Package | Description |
---|---|
org.jaudiotagger.tag.id3 |
Classes for all flavors of ID3.
|
org.jaudiotagger.tag.lyrics3 |
Implementation of ID3 frames that follow the lyrics3 pattern, not restricted to lyrics.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractID3v2Frame
This abstract class is each frame header inside a ID3v2 tag.
|
class |
ID3v22Frame
Represents an ID3v2.2 frame.
|
class |
ID3v23Frame
Represents an ID3v2.3 frame.
|
class |
ID3v24Frame
Represents an ID3v2.4 frame.
|
Modifier and Type | Method and Description |
---|---|
AbstractTagFrame |
AbstractTagFrameBody.getHeader()
Get Reference to header
|
Modifier and Type | Method and Description |
---|---|
static byte |
ID3TextEncodingConversion.getTextEncoding(AbstractTagFrame header,
byte textEncoding)
Check the text encoding is valid for this header type and is appropriate for
user text encoding options.
|
static byte |
ID3TextEncodingConversion.getUnicodeTextEncoding(AbstractTagFrame header)
Sets the text encoding to best Unicode type for the version
|
void |
AbstractTagFrameBody.setHeader(AbstractTagFrame header)
Set header
|
Constructor and Description |
---|
AbstractTagFrame(AbstractTagFrame copyObject)
This constructs the bodies copy constructor this in turn invokes
* bodies objectlist.
|
Modifier and Type | Class and Description |
---|---|
class |
Lyrics3v2Field |
Copyright © 2005–2020 jthink.net. All rights reserved.