com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class ID3V2UserDefinedFrame

    • Constructor Detail

      • ID3V2UserDefinedFrame

        public ID3V2UserDefinedFrame(String description,
                                     String value)

        Initializes a new instance of the ID3V2UserDefinedFrame class.

        Parameters:
        description - The description.
        value - The value.
      • ID3V2UserDefinedFrame

        public ID3V2UserDefinedFrame(ID3V2EncodingType encoding,
                                     String description,
                                     String value)

        Initializes a new instance of the ID3V2UserDefinedFrame class.

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

      • getEncoding

        public final ID3V2EncodingType getEncoding()

        Gets the encoding of the frame.

        Returns:
        The encoding of the frame.
      • getDescription

        public final String getDescription()

        Gets the description.

        Returns:
        The description.
      • getValue

        public final String getValue()

        Gets the value.

        Returns:
        The value.