public class TagFrame extends Object implements IMetadataProperty
Represents ID3v2 frame.
Constructor and Description |
---|
TagFrame()
Initializes a new instance of the
TagFrame class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Gets or sets the data.
|
TagFrameFlags |
getFlags()
Gets the flags.
|
String |
getFormattedValue()
Gets the formatted value.
|
String |
getName()
Gets or sets property name.
|
int |
getSize()
Gets the size.
|
void |
setData(byte[] value)
Gets or sets the data.
|
void |
setName(String value)
Gets or sets property name.
|
String |
toString()
Returns a
System.String that represents this instance. |
public final String getName()
Gets or sets property name.
Value: Property name.getName
in interface IMetadataProperty
public final void setName(String value)
Gets or sets property name.
Value: Property name.setName
in interface IMetadataProperty
public final int getSize()
Gets the size.
Value: The size.public final TagFrameFlags getFlags()
Gets the flags.
Value: The flags.public final byte[] getData()
Gets or sets the data.
Value: The data.public final void setData(byte[] value)
Gets or sets the data.
Value: The data.public String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
Copyright © 2017. All rights reserved.