public final class ID3V2CommentFrame extends ID3V2TagFrame
Represents a COMM frame in an ID3V2Tag
.
Learn more
Constructor and Description |
---|
ID3V2CommentFrame(ID3V2EncodingType encoding,
String language,
String description,
String text)
Initializes a new instance of the
ID3V2CommentFrame class. |
Modifier and Type | Method and Description |
---|---|
ID3V2EncodingType |
getCommentEncoding()
Gets the encoding of the comment.
|
String |
getLanguage()
Gets the language of the comment (3 characters).
|
String |
getShortContentDescription()
Gets the short content description.
|
String |
getText()
Gets the text of the comment.
|
getData, getFlags, getId
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ID3V2CommentFrame(ID3V2EncodingType encoding, String language, String description, String text)
Initializes a new instance of the ID3V2CommentFrame
class.
encoding
- The encoding of the comment.language
- The language of the comment.description
- A short content description.text
- The text of the comment.public final ID3V2EncodingType getCommentEncoding()
Gets the encoding of the comment.
public final String getLanguage()
Gets the language of the comment (3 characters).
public final String getShortContentDescription()
Gets the short content description.
public final String getText()
Gets the text of the comment.