com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class ID3V2PrivateFrame

  • All Implemented Interfaces:
    Iterable<MetadataProperty>


    public final class ID3V2PrivateFrame
    extends ID3V2TagFrame

    Represents a PRIV frame in an ID3V2Tag. The frame is used to contain information from a software producer that its program uses and does not fit into the other frames.

    Learn more

    • Constructor Detail

      • ID3V2PrivateFrame

        public ID3V2PrivateFrame(String ownerIdentifier,
                                 byte[] data)

        Initializes a new instance of the ID3V2PrivateFrame class.

        Parameters:
        ownerIdentifier - The owner identifier.
        data - Frame binary data.
    • Method Detail

      • getOwnerIdentifier

        public final String getOwnerIdentifier()

        Gets the owner identifier.

        Returns:
        The owner identifier.
      • getBinaryData

        public final byte[] getBinaryData()

        Gets the binary data.

        Returns:
        The binary data.