public final class UserDefinedFrame extends TagFrame
Represents a TXXX frame in an Id3v2Tag
.
Constructor and Description |
---|
UserDefinedFrame(String description,
String value)
Initializes a new instance of the
UserDefinedFrame class. |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description.
|
String |
getFormattedValue()
Gets the formatted value.
|
String |
getValue()
Gets the value.
|
void |
setDescription(String value)
Sets the description.
|
void |
setValue(String value)
Sets the value.
|
String |
toString()
Returns a
System.String that represents this instance. |
public final String getDescription()
Gets the description.
public final void setDescription(String value)
Sets the description.
value
- The description.public final String getValue()
Gets the value.
public final void setValue(String value)
Sets the value.
value
- The value.public String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
getFormattedValue
in class TagFrame
Copyright © 2019. All rights reserved.