THEOplayer > ID3Yospace
Inherits from ID3BaseFrame. See parent page for inherited properties and methods.
Represents a Yospace ID3 frame.
Signature:
export interface ID3Yospace extends ID3BaseFrame
Property |
Type |
Description |
---|---|---|
The identifier of the frame. |
||
|
The content of the frame. |
The identifier of the frame.
Signature:
id: YospaceId;
The content of the frame.
Signature:
text: string;