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

Packages that use AbstractFrameBodyUrlLink
org.farng.mp3.id3 Start with ID3v1, ID3v1_1, ID3v2_2, ID3v2_2Frame, ID3v2_3, ID3v2_3Frame, ID3v2_4, or ID3v2_4Frame. 
 

Uses of AbstractFrameBodyUrlLink in org.farng.mp3.id3
 

Subclasses of AbstractFrameBodyUrlLink in org.farng.mp3.id3
 class FrameBodyWCOM
             The 'Commercial information' frame is a URL pointing at a webpage
   with information such as where the album can be bought.
 class FrameBodyWCOP
             The 'Copyright/Legal information' frame is a URL pointing at a
   webpage where the terms of use and ownership of the file is
   described.
 class FrameBodyWOAF
             The 'Official audio file webpage' frame is a URL pointing at a file
   specific webpage.
 class FrameBodyWOAR
             The 'Official artist/performer webpage' frame is a URL pointing at
   the artists official webpage.
 class FrameBodyWOAS
             The 'Official audio source webpage' frame is a URL pointing at the
   official webpage for the source of the audio file, e.g.
 class FrameBodyWORS
             The 'Official Internet radio station homepage' contains a URL
   pointing at the homepage of the internet radio station.
 class FrameBodyWPAY
             The 'Payment' frame is a URL pointing at a webpage that will handle

   the process of paying for this file.

 class FrameBodyWPUB
             The 'Publishers official webpage' frame is a URL pointing at the
   official webpage for the publisher.
 

Constructors in org.farng.mp3.id3 with parameters of type AbstractFrameBodyUrlLink
AbstractFrameBodyUrlLink(AbstractFrameBodyUrlLink body)
          Creates a new AbstractFrameBodyUrlLink object.