com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class ID3V2TagFrame

    • Constructor Detail

      • ID3V2TagFrame

        public ID3V2TagFrame(String frameId,
                             byte[] data)

        Initializes a new instance of the ID3V2TagFrame class.

        Parameters:
        frameId - The id of the frame (four characters matching the pattern [A-Z0-9]).
        data - The content of the frame.
    • Method Detail

      • getId

        public final String getId()

        Gets the id of the frame (four characters matching the pattern [A-Z0-9]).

        Returns:
        The id of the frame (four characters matching the pattern [A-Z0-9]).
      • getFlags

        public final ID3V2TagFrameFlags getFlags()

        Gets the frame flags.

        Returns:
        The frame flags.
      • getData

        public final byte[] getData()

        Gets the frame data.

        Returns:
        The frame data.