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 |
|---|
CommentFrame()
Instantiates a new comment frame.
|
CommentFrame(int totalFrameSize)
Instantiates a new comment frame.
|
| Modifier and Type | Method and Description |
|---|---|
CanonicalFrameType |
getCanonicalFrameType()
Gets the canonical frame type.
|
Charset |
getCharset() |
String |
getDescription() |
Properties |
getFlags() |
String |
getLanguageCode() |
String |
getText() |
int |
getTotalFrameSize()
Gets the total frame size.
|
void |
setCharset(Charset charset)
Sets the
Charset. |
void |
setDescription(String description) |
void |
setLanguageCode(String languageCode) |
void |
setText(String text) |
void |
setTotalFrameSize(int totalFrameSize) |
String |
toString() |
public CommentFrame()
public CommentFrame(int totalFrameSize)
totalFrameSize - the total frame size.public void setCharset(Charset charset)
Charset.charset - The Charset to set.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 String getDescription()
public void setDescription(String description)
description - the description to setpublic CanonicalFrameType getCanonicalFrameType()
ID3FramegetCanonicalFrameType in interface ID3Framepublic String getLanguageCode()
public void setLanguageCode(String languageCode)
languageCode - the languageCode to setpublic Properties getFlags()
Copyright © 2018. All rights reserved.