public final class UrlLinkFrame extends TagFrame
Represents a URL link frame in an Id3v2Tag
. Name of the frame always starts with the W character.
Constructor and Description |
---|
UrlLinkFrame(int encoding,
String description,
String url)
Initializes a new instance of the
UrlLinkFrame class. |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description.
|
int |
getEncoding()
Gets the encoding.
|
String |
getFormattedValue()
Gets the formatted value.
|
String |
getTextValue() |
String |
getUrl()
Gets the URL.
|
void |
setDescription(String value)
Sets the description.
|
void |
setEncoding(int value)
Sets the encoding.
|
void |
setUrl(String value)
Sets the URL.
|
String |
toString()
Returns a
System.String that represents this instance. |
public final int getEncoding()
Gets the encoding.
public final void setEncoding(int value)
Sets the encoding.
value
- The encoding.public final String getDescription()
Gets the description.
public final void setDescription(String value)
Sets the description.
value
- The description.public final String getUrl()
Gets the URL.
public final void setUrl(String value)
Sets the URL.
value
- The URL.public final String getTextValue()
public String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
getFormattedValue
in class TagFrame
Copyright © 2019. All rights reserved.