ID3V2PrivateFrame
Leave feedback
On this page
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
| Constructor | Description |
|---|---|
| ID3V2PrivateFrame(String ownerIdentifier, byte[] data) | Initializes a new instance of the ID3V2PrivateFrame class. |
| Method | Description |
|---|---|
| getOwnerIdentifier() | Gets the owner identifier. |
| getBinaryData() | Gets the binary 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. |
public final String getOwnerIdentifier()
Gets the owner identifier.
Returns: java.lang.String - The owner identifier.
public final byte[] getBinaryData()
Gets the binary data.
Returns: byte[] - The binary data.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.