ID3V2UserDefinedUrlLinkFrame
Contents
[
Hide
]
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
Constructors
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. |
Methods
Method | Description |
---|---|
getEncoding() | Gets the encoding of the frame. |
getDescription() | Gets the description. |
getUrl() | Gets the URL. |
ID3V2UserDefinedUrlLinkFrame(String description, String 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. |
ID3V2UserDefinedUrlLinkFrame(ID3V2EncodingType encoding, String description, String url)
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. |
getEncoding()
public final ID3V2EncodingType getEncoding()
Gets the encoding of the frame.
Returns: ID3V2EncodingType - The encoding of the frame.
getDescription()
public final String getDescription()
Gets the description.
Returns: java.lang.String - The description.
getUrl()
public final String getUrl()
Gets the URL.
Returns: java.lang.String - The URL.