ID3V2UserDefinedUrlLinkFrame
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.ID3V2TagFrame
public final class ID3V2UserDefinedUrlLinkFrame extends ID3V2TagFrame
Represents a WXXX frame in an ID3V2Tag .
Learn more
| Constructor | Description |
|---|---|
| ID3V2UserDefinedUrlLinkFrame(String description, String url) | Initializes a new instance of the ID3V2UserDefinedUrlLinkFrame class. |
| ID3V2UserDefinedUrlLinkFrame(ID3V2EncodingType encoding, String description, String url) | Initializes a new instance of the ID3V2UserDefinedUrlLinkFrame class. |
| Method | Description |
|---|---|
| getEncoding() | Gets the encoding of the frame. |
| getDescription() | Gets the description. |
| getUrl() | Gets the URL. |
public ID3V2UserDefinedUrlLinkFrame(String description, String url)
Initializes a new instance of the ID3V2UserDefinedUrlLinkFrame class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| description | java.lang.String | The description. |
| url | java.lang.String | The actual value of the frame. |
public ID3V2UserDefinedUrlLinkFrame(ID3V2EncodingType encoding, String description, String url)
Initializes a new instance of the ID3V2UserDefinedUrlLinkFrame class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| encoding | ID3V2EncodingType | The encoding of the frame. |
| description | java.lang.String | The description. |
| url | java.lang.String | The actual value of the frame. |
public final ID3V2EncodingType getEncoding()
Gets the encoding of the frame.
Returns: ID3V2EncodingType - The encoding of the frame.
public final String getDescription()
Gets the description.
Returns: java.lang.String - The description.
public final String getUrl()
Gets the URL.
Returns: java.lang.String - The URL.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.