ID3V2PrivateFrame

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.ID3V2TagFrame

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

Constructors

Constructor Description
ID3V2PrivateFrame(String ownerIdentifier, byte[] data) Initializes a new instance of the ID3V2PrivateFrame class.

Methods

Method Description
getOwnerIdentifier() Gets the owner identifier.
getBinaryData() Gets the binary data.

ID3V2PrivateFrame(String ownerIdentifier, byte[] data)

public ID3V2PrivateFrame(String ownerIdentifier, byte[] data)

Initializes a new instance of the ID3V2PrivateFrame class.

Parameters:

Parameter Type Description
ownerIdentifier java.lang.String The owner identifier.
data byte[] Frame binary data.

getOwnerIdentifier()

public final String getOwnerIdentifier()

Gets the owner identifier.

Returns: java.lang.String - The owner identifier.

getBinaryData()

public final byte[] getBinaryData()

Gets the binary data.

Returns: byte[] - The binary data.