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, getId
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
public ID3V2UserDefinedUrlLinkFrame(String description, String url)
Initializes a new instance of the ID3V2UserDefinedUrlLinkFrame
class.
description
- The description.url
- The actual value of the frame.public 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 ID3V2EncodingType getEncoding()
Gets the encoding of the frame.
public final String getDescription()
Gets the description.
public final String getUrl()
Gets the URL.
Copyright © 2021. All rights reserved.