Uses of Class
org.farng.mp3.object.ObjectLyrics3Line

Packages that use ObjectLyrics3Line
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.object Each tag is broken down into fields or fragments which are further broken down into Objects 
 

Uses of ObjectLyrics3Line in org.farng.mp3.id3
 

Methods in org.farng.mp3.id3 with parameters of type ObjectLyrics3Line
 void FrameBodyUSLT.addLyric(ObjectLyrics3Line line)
           
 void FrameBodySYLT.addLyric(ObjectLyrics3Line line)
           
 

Uses of ObjectLyrics3Line in org.farng.mp3.object
 

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