ID3V2UrlLinkFrame
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 ID3V2UrlLinkFrame extends ID3V2TagFrame
Represents a URL link frame in an ID3V2Tag . Name of the frame always starts with the W character.
Learn more
| Constructor | Description |
|---|---|
| ID3V2UrlLinkFrame(String id, String url) | Initializes a new instance of the ID3V2UrlLinkFrame class. |
| Method | Description |
|---|---|
| getUrl() | Gets the URL value. |
public ID3V2UrlLinkFrame(String id, String url)
Initializes a new instance of the ID3V2UrlLinkFrame class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| id | java.lang.String | The frame id. |
| url | java.lang.String | The URL which is the value of the frame. |
public final String getUrl()
Gets the URL value.
Returns: java.lang.String - The URL value.
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.