public final class CommentsFrame extends TagFrame
Represents COMM frame in Id3v2Tag
.
Constructor and Description |
---|
CommentsFrame(int encoding,
String language,
String description,
String text)
Initializes a new instance of the
CommentsFrame class. |
Modifier and Type | Method and Description |
---|---|
int |
getEncoding()
Gets the encoding.
|
String |
getLanguage()
Gets the language (3 characters).
|
String |
getShortContentDescription()
Gets the short content description.
|
String |
getText()
Gets the text of the comment.
|
String |
getTextValue() |
void |
setEncoding(int value)
Sets the encoding.
|
void |
setLanguage(String value)
Sets the language (3 characters).
|
void |
setShortContentDescription(String value)
Sets the short content description.
|
void |
setText(String value)
Sets the text of the comment.
|
String |
toString()
Returns a
System.String that represents this instance. |
public final int getEncoding()
Gets the encoding.
public final void setEncoding(int value)
Sets the encoding.
value
- The encoding.public final String getLanguage()
Gets the language (3 characters).
public final void setLanguage(String value)
Sets the language (3 characters).
value
- The language.public final String getShortContentDescription()
Gets the short content description.
public final void setShortContentDescription(String value)
Sets the short content description.
value
- The short content description.public final String getText()
Gets the text of the comment.
public final void setText(String value)
Sets the text of the comment.
value
- The text.public final String getTextValue()
Copyright © 2019. All rights reserved.