Uses of Class
org.farng.mp3.id3.AbstractID3v2Frame

Packages that use AbstractID3v2Frame
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 AbstractID3v2Frame in org.farng.mp3
 

Methods in org.farng.mp3 with parameters of type AbstractID3v2Frame
 void MP3File.setFrameAcrossTags(AbstractID3v2Frame frame)
          Sets all four (id3v1, lyrics3, filename, id3v2) tags in this instance to the frame argument if the tag exists.
 

Uses of AbstractID3v2Frame in org.farng.mp3.filename
 

Methods in org.farng.mp3.filename that return AbstractID3v2Frame
 AbstractID3v2Frame FilenameTag.getFrame(java.lang.String identifier)
          Returns a frame of this tag
 

Methods in org.farng.mp3.filename with parameters of type AbstractID3v2Frame
 void FilenameToken.setFrame(AbstractID3v2Frame frame)
           
 void FilenameTag.setFrame(AbstractID3v2Frame frame)
          Sets the frame of this tag
 void FilenameParenthesis.setFrame(AbstractID3v2Frame frame)
           
 void FilenameDelimiter.setFrame(AbstractID3v2Frame frame)
           
abstract  void AbstractFilenameComposite.setFrame(AbstractID3v2Frame frame)
           
 

Uses of AbstractID3v2Frame in org.farng.mp3.id3
 

Subclasses of AbstractID3v2Frame in org.farng.mp3.id3
 class ID3v2_2Frame
          

The headers of the frames are similar in their construction.

 class ID3v2_3Frame
          

The extended header contains information that is not vital to the correct parsing of the tag information, hence the extended header is optional.

 class ID3v2_4Frame
             All ID3v2 frames consists of one frame header followed by one or more
   fields containing the actual information.
 

Methods in org.farng.mp3.id3 that return AbstractID3v2Frame
 AbstractID3v2Frame AbstractID3v2.getFrame(java.lang.String identifier)
           
 

Methods in org.farng.mp3.id3 with parameters of type AbstractID3v2Frame
 void AbstractID3v2.setFrame(AbstractID3v2Frame frame)
           
 

Constructors in org.farng.mp3.id3 with parameters of type AbstractID3v2Frame
ID3v2_4Frame(AbstractID3v2Frame frame)
          Creates a new ID3v2_4Frame object.
ID3v2_3Frame(AbstractID3v2Frame frame)
          Creates a new ID3v2_4Frame object.
ID3v2_2Frame(AbstractID3v2Frame frame)
          Creates a new ID3v2_3Frame object.
AbstractID3v2Frame(AbstractID3v2Frame frame)
          Creates a new AbstractID3v2Frame object.
 

Uses of AbstractID3v2Frame in org.farng.mp3.lyrics3
 

Constructors in org.farng.mp3.lyrics3 with parameters of type AbstractID3v2Frame
Lyrics3v2Field(AbstractID3v2Frame frame)
          Creates a new Lyrics3v2Field object.
 



Copyright (c) 2004 Eric Farng