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