ID3V2CommentFrame
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.ID3V2TagFrame
public final class ID3V2CommentFrame extends ID3V2TagFrame
Represents a COMM frame in an ID3V2Tag .
This frame is intended for any kind of full text information that does not fit in any other frame.
Learn more
| Constructor | Description |
|---|---|
| ID3V2CommentFrame(ID3V2EncodingType encoding, String language, String description, String text) | Initializes a new instance of the ID3V2CommentFrame class. |
| Method | Description |
|---|---|
| getCommentEncoding() | Gets the encoding of the comment. |
| getLanguage() | Gets the language of the comment (3 characters). |
| getShortContentDescription() | Gets the short content description. |
| getText() | Gets the text of the comment. |
public ID3V2CommentFrame(ID3V2EncodingType encoding, String language, String description, String text)
Initializes a new instance of the ID3V2CommentFrame class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| encoding | ID3V2EncodingType | The encoding of the comment. |
| language | java.lang.String | The language of the comment. |
| description | java.lang.String | A short content description. |
| text | java.lang.String | The text of the comment. |
public final ID3V2EncodingType getCommentEncoding()
Gets the encoding of the comment.
Returns: ID3V2EncodingType - The encoding of the comment.
public final String getLanguage()
Gets the language of the comment (3 characters).
Returns: java.lang.String - The language of the comment.
public final String getShortContentDescription()
Gets the short content description.
Returns: java.lang.String - The short content description.
public final String getText()
Gets the text of the comment.
Returns: java.lang.String - The text of the comment.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.