|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MP3Tag | |
---|---|
magoffin.matt.meta.audio | Audio releated metadata support, such as ID3 |
org.farng.mp3 | Start with AbstractMP3Tag or MP3File |
org.farng.mp3.filename | Start with FilenameTag |
org.farng.mp3.id3 | Start with ID3v1, ID3v1_1, ID3v2_2, ID3v2_2Frame, ID3v2_3, ID3v2_3Frame, ID3v2_4, or ID3v2_4Frame. |
org.farng.mp3.lyrics3 | Start with Lyrics3v1 or Lyrics3v2 |
Uses of MP3Tag in magoffin.matt.meta.audio |
---|
Methods in magoffin.matt.meta.audio that return MP3Tag | |
---|---|
protected MP3Tag |
ID3v2_3MetadataResource.getMP3Tag(java.io.RandomAccessFile file)
Get a MP3Tag implementation for a file. |
protected MP3Tag |
ID3v2_2MetadataResource.getMP3Tag(java.io.RandomAccessFile mp3File)
Get a MP3Tag implementation for a file. |
protected MP3Tag |
ID3v2_4MetadataResource.getMP3Tag(java.io.RandomAccessFile file)
Get a MP3Tag implementation for a file. |
Methods in magoffin.matt.meta.audio with parameters of type MP3Tag | |
---|---|
protected void |
ID3v2_3MetadataResource.handleAlbumCover(MP3Tag id3)
Extract a MetadataImage for the AudioMetadataType.ALBUM_COVER . |
protected void |
ID3v2_2MetadataResource.handleAlbumCover(MP3Tag id3)
Extract a MetadataImage for the AudioMetadataType.ALBUM_COVER . |
protected void |
ID3v2_2MetadataResource.parseMetadata(MP3AudioMetadata mp3,
MP3Tag id3)
Parse the metadata from the MP3 audio and MP3 tags. |
Uses of MP3Tag in org.farng.mp3 |
---|
Classes in org.farng.mp3 that implement MP3Tag | |
---|---|
class |
AbstractMP3Tag
Introduction to tags |
Uses of MP3Tag in org.farng.mp3.filename |
---|
Classes in org.farng.mp3.filename that implement MP3Tag | |
---|---|
class |
FilenameTag
This class represents the filename. |
Uses of MP3Tag in org.farng.mp3.id3 |
---|
Classes in org.farng.mp3.id3 that implement MP3Tag | |||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
class |
AbstractID3
Superclass for all ID3 tags |
||||||||||||||||||||||||||||||||||||
class |
AbstractID3v1
Superclass for all ID3v1 tags. |
||||||||||||||||||||||||||||||||||||
class |
AbstractID3v2
Superclass for all ID3v2 tags |
||||||||||||||||||||||||||||||||||||
class |
ID3v1
|