ID3V2UserDefinedFrame
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 ID3V2UserDefinedFrame extends ID3V2TagFrame
Represents a TXXX frame in an ID3V2Tag .
Learn more
| Constructor | Description |
|---|---|
| ID3V2UserDefinedFrame(String description, String value) | Initializes a new instance of the ID3V2UserDefinedFrame class. |
| ID3V2UserDefinedFrame(ID3V2EncodingType encoding, String description, String value) | Initializes a new instance of the ID3V2UserDefinedFrame class. |
| Method | Description |
|---|---|
| getEncoding() | Gets the encoding of the frame. |
| getDescription() | Gets the description. |
| getValue() | Gets the value. |
public ID3V2UserDefinedFrame(String description, String value)
Initializes a new instance of the ID3V2UserDefinedFrame class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| description | java.lang.String | The description. |
| value | java.lang.String | The value. |
public ID3V2UserDefinedFrame(ID3V2EncodingType encoding, String description, String value)
Initializes a new instance of the ID3V2UserDefinedFrame class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| encoding | ID3V2EncodingType | The encoding of the frame. |
| description | java.lang.String | The description. |
| value | java.lang.String | The text value. |
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 getValue()
Gets the value.
Returns: java.lang.String - The 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.