ID3V2UrlLinkFrame

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

Constructors

Constructor Description
ID3V2UrlLinkFrame(String id, String url) Initializes a new instance of the ID3V2UrlLinkFrame class.

Methods

Method Description
getUrl() Gets the URL value.

ID3V2UrlLinkFrame(String id, String url)

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.

getUrl()

public final String getUrl()

Gets the URL value.

Returns: java.lang.String - The URL value.