public final class ID3V2UserDefinedUrlLinkFrame extends ID3V2TagFrame
| Constructor and Description |
|---|
ID3V2UserDefinedUrlLinkFrame(ID3V2EncodingType encoding,
String description,
String url)
Initializes a new instance of the
ID3V2UserDefinedUrlLinkFrame class. |
ID3V2UserDefinedUrlLinkFrame(String description,
String url)
Initializes a new instance of the
ID3V2UserDefinedUrlLinkFrame class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description.
|
ID3V2EncodingType |
getEncoding()
Gets the encoding of the frame.
|
String |
getUrl()
Gets the URL.
|
getData, getFlags, getIdaddProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ID3V2UserDefinedUrlLinkFrame(ID3V2EncodingType encoding, String description, String url)
Initializes a new instance of the ID3V2UserDefinedUrlLinkFrame class.
encoding - The encoding of the frame.description - The description.url - The actual value of the frame.public final String getDescription()
Gets the description.
public final ID3V2EncodingType getEncoding()
Gets the encoding of the frame.
public final String getUrl()
Gets the URL.
Copyright © 2026. All rights reserved.