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, getIdaddProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic 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 String getDescription()
Gets the description.
public final ID3V2EncodingType getEncoding()
Gets the encoding of the frame.
public final String getValue()
Gets the value.
Copyright © 2025. All rights reserved.