Uses of Class
org.farng.mp3.lyrics3.Lyrics3v2Field

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

Constructors in org.farng.mp3.id3 with parameters of type Lyrics3v2Field
ID3v2_4Frame(Lyrics3v2Field field)
          Creates a new ID3v2_4Frame object.
 

Uses of Lyrics3v2Field in org.farng.mp3.lyrics3
 

Methods in org.farng.mp3.lyrics3 that return Lyrics3v2Field
 Lyrics3v2Field Lyrics3v2.getField(java.lang.String identifier)
          Gets the value of the frame identified by identifier
 

Methods in org.farng.mp3.lyrics3 with parameters of type Lyrics3v2Field
 void Lyrics3v2.setField(Lyrics3v2Field field)
           
 

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