THEOplayer > ID3GenericEncapsulatedObject
Inherits from ID3BaseFrame. See parent page for inherited properties and methods.
Represents a general encapsulated object ID3 frame.
Signature:
export interface ID3GenericEncapsulatedObject extends ID3BaseFrame
Property |
Type |
Description |
---|---|---|
|
The data of the encapsulated object. |
|
|
The description of the encapsulated object. |
|
|
The file name of the encapsulated object. |
|
|
The identifier of the frame. |
|
|
The mime type of the encapsulated object. |
The data of the encapsulated object.
Signature:
data: ArrayBuffer;
The description of the encapsulated object.
Signature:
description: string;
The file name of the encapsulated object.
Signature:
fileName: string;
The identifier of the frame.
Signature:
id: 'GEOB' | 'GEO';
The mime type of the encapsulated object.
Signature:
mimeType: string;