Class ID3Frame.Url
-
- All Implemented Interfaces:
public final class ID3Frame.Url extends ID3Frame
A URL link ID3 frame.
See section 4.3 of https://id3.org/id3v2.4.0-frames for more information.
-
-
Constructor Summary
Constructors Constructor Description ID3Frame.Url(String id, String description, String url)
-
Method Summary
Modifier and Type Method Description final String
getDescription()
The description of the URL. final String
getUrl()
The URL.
-