public final class ID3V2UserDefinedFrame extends ID3V2TagFrame
Constructor and Description |
---|
ID3V2UserDefinedFrame(ID3V2EncodingType encoding,
String description,
String value)
Initializes a new instance of the
ID3V2UserDefinedFrame class. |
ID3V2UserDefinedFrame(String description,
String value)
Initializes a new instance of the
ID3V2UserDefinedFrame class. |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description.
|
ID3V2EncodingType |
getEncoding()
Gets the encoding of the frame.
|
String |
getValue()
Gets the value.
|
getData, getFlags, getId
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ID3V2UserDefinedFrame(String description, String value)
Initializes a new instance of the ID3V2UserDefinedFrame
class.
description
- The description.value
- The value.public ID3V2UserDefinedFrame(ID3V2EncodingType encoding, String description, String value)
Initializes a new instance of the ID3V2UserDefinedFrame
class.
encoding
- The encoding of the frame.description
- The description.value
- The text value.public final ID3V2EncodingType getEncoding()
Gets the encoding of the frame.
public final String getDescription()
Gets the description.
public final String getValue()
Gets the value.