COMPRESSION_USED, DATA_LENGTH_INDICATOR, ENCRYPTION_METHOD_USED, GROUP_ID, PRESERVE_FRAME_WHEN_FILE_ALTERED, PRESERVE_FRAME_WHEN_TAG_ALTERED, READ_ONLY, UNSYNC_USED| Constructor and Description |
|---|
TextFrame(CanonicalFrameType canonicalFrameType)
Instantiates a new text frame.
|
TextFrame(CanonicalFrameType canonicalFrameType,
String text)
Instantiates a new text frame.
|
TextFrame(CanonicalFrameType canonicalFrameType,
String text,
int totalFrameSize)
Instantiates a new text frame.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalTypeInfo()
Get the additionalTypeInfo of this TextFrame.
|
CanonicalFrameType |
getCanonicalFrameType()
Gets the canonical frame type.
|
Charset |
getCharset() |
Properties |
getFlags() |
String |
getText() |
int |
getTotalFrameSize()
Gets the total frame size.
|
void |
setAdditionalTypeInfo(String additionalTypeInfo)
Set the additionalTypeInfo of this TextFrame.
|
void |
setCanonicalFrameType(CanonicalFrameType canonicalFrameType)
Sets the canonical frame type.
|
void |
setCharset(Charset charset)
Set the
Charset. |
void |
setText(String text) |
void |
setTotalFrameSize(int totalFrameSize) |
String |
toString() |
public TextFrame(CanonicalFrameType canonicalFrameType)
canonicalFrameType - the canonical frame typepublic TextFrame(CanonicalFrameType canonicalFrameType, String text)
canonicalFrameType - the canonical frame typetext - the textpublic TextFrame(CanonicalFrameType canonicalFrameType, String text, int totalFrameSize)
canonicalFrameType - the canonical frame typetext - the texttotalFrameSize - the total frame sizepublic void setCharset(Charset charset)
Charset.charset - the Charset.public int getTotalFrameSize()
ID3FramegetTotalFrameSize in interface ID3Framepublic void setTotalFrameSize(int totalFrameSize)
totalFrameSize - the totalFrameSize to setpublic String getText()
public void setText(String text)
text - the text to setpublic CanonicalFrameType getCanonicalFrameType()
ID3FramegetCanonicalFrameType in interface ID3Framepublic void setCanonicalFrameType(CanonicalFrameType canonicalFrameType)
canonicalFrameType - the new canonical frame typepublic Properties getFlags()
public String getAdditionalTypeInfo()
public void setAdditionalTypeInfo(String additionalTypeInfo)
additionalTypeInfo - The additionalTypeInfo of this TextFrame.Copyright © 2018. All rights reserved.