com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class ID3V2CommentFrame

    • Constructor Detail

      • ID3V2CommentFrame

        public ID3V2CommentFrame(ID3V2EncodingType encoding,
                                 String language,
                                 String description,
                                 String text)

        Initializes a new instance of the ID3V2CommentFrame class.

        Parameters:
        encoding - The encoding of the comment.
        language - The language of the comment.
        description - A short content description.
        text - The text of the comment.
    • Method Detail

      • getCommentEncoding

        public final ID3V2EncodingType getCommentEncoding()

        Gets the encoding of the comment.

        Returns:
        The encoding of the comment.
      • getLanguage

        public final String getLanguage()

        Gets the language of the comment (3 characters).

        Returns:
        The language of the comment.
      • getShortContentDescription

        public final String getShortContentDescription()

        Gets the short content description.

        Returns:
        The short content description.
      • getText

        public final String getText()

        Gets the text of the comment.

        Returns:
        The text of the comment.