com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class ID3V2TextFrame

  • All Implemented Interfaces:
    Iterable<MetadataProperty>


    public class ID3V2TextFrame
    extends ID3V2TagFrame

    Represents a text frame in an ID3V2Tag. Almost all frames starting with the T character fall into this category. There is only one exception, which is the TXXX frame represented by the ID3V2UserDefinedFrame class.

    Learn more

    • Constructor Detail

      • ID3V2TextFrame

        public ID3V2TextFrame(String id,
                              ID3V2EncodingType encoding,
                              String value)

        Initializes a new instance of the ID3V2TextFrame class.

        Parameters:
        id - The frame id.
        encoding - The encoding of the frame.
        value - The frame value.
    • Method Detail

      • getTextEncoding

        public final ID3V2EncodingType getTextEncoding()

        Gets the text encoding.

        Returns:
        The text encoding.
      • getText

        public final String getText()

        Gets the text value.

        Returns:
        The text value.