THEOplayer > ID3PrivateFrame
Inherits from ID3BaseFrame. See parent page for inherited properties and methods.
Represents a private ID3 frame.
Signature:
export interface ID3PrivateFrame extends ID3BaseFrame
Property |
Type |
Description |
---|---|---|
|
The data of the frame. |
|
|
The identifier of the frame. |
|
|
The identifier of the owner. |
The data of the frame.
Signature:
data: ArrayBuffer;
The identifier of the frame.
Signature:
id: 'PRIV';
The identifier of the owner.
Signature:
ownerIdentifier: string;