Uses of Interface
org.farng.mp3.MP3Tag

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
          
What is ID3 (v1)?
 class ID3v1_1
          
What is ID3v1.1?
 class ID3v2_2
          

The two biggest design goals were to be able to implement ID3v2 without disturbing old software too much and that ID3v2 should be expandable.

 class ID3v2_3
          

The two biggest design goals were to be able to implement ID3v2 without disturbing old software too much and that ID3v2 should be as flexible and expandable as possible.

 class ID3v2_4
             ID3v2 is a general tagging format for audio, which makes it possible
   to store meta data about the audio inside the audio file itself.
 

Uses of MP3Tag in org.farng.mp3.lyrics3
 

Classes in org.farng.mp3.lyrics3 that implement MP3Tag
 class AbstractLyrics3
          Super class for both Lyrics3v2 and Lyrics3v2 tags
 class Lyrics3v1
          
 
 Lyrics3 made easy 
What is Lyrics3?
 class Lyrics3v2
          
What is Lyrics3 v2.00?