public final class ID3V2UrlLinkFrame extends ID3V2TagFrame
Represents a URL link frame in an ID3V2Tag. Name of the frame always starts with the W character.
Learn more
| Constructor and Description |
|---|
ID3V2UrlLinkFrame(String id,
String url)
Initializes a new instance of the
ID3V2UrlLinkFrame class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl()
Gets the URL value.
|
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 final String getUrl()
Gets the URL value.
Copyright © 2025. All rights reserved.