Package | Description |
---|---|
org.jaudiotagger.audio.mp3 |
Classes for MP3 files.
|
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 | Method and Description |
---|---|
File |
MP3File.extractID3v2TagDataIntoFile(File outputFile)
Extracts the raw ID3v2 tag data into a file.
|
Modifier and Type | Method and Description |
---|---|
void |
ID3v11Tag.read(ByteBuffer byteBuffer)
Read in a tag from the ByteBuffer
|
void |
ID3v1Tag.read(ByteBuffer byteBuffer) |
Constructor and Description |
---|
ID3v11Tag(RandomAccessFile file)
Deprecated.
use
ID3v11Tag.ID3v11Tag(RandomAccessFile,String) instead |
ID3v11Tag(RandomAccessFile file,
String loggingFilename)
Creates a new ID3v11 datatype.
|
ID3v1Tag(RandomAccessFile file)
Deprecated.
use
ID3v1Tag.ID3v1Tag(RandomAccessFile,String) instead |
ID3v1Tag(RandomAccessFile file,
String loggingFilename)
Creates a new ID3v1 datatype.
|
Constructor and Description |
---|
Lyrics3v1(ByteBuffer byteBuffer)
Creates a new Lyrics3v1 datatype.
|
Lyrics3v2(ByteBuffer byteBuffer)
Creates a new Lyrics3v2 datatype.
|
Copyright © 2005–2020 jthink.net. All rights reserved.