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