THEOplayer > ID3Comments
Inherits from ID3BaseFrame. See parent page for inherited properties and methods.
Represents a comments ID3 frame.
Signature:
export interface ID3Comments extends ID3BaseFrame
Property |
Type |
Description |
---|---|---|
|
The description of the comments. |
|
|
The identifier of the frame. |
|
|
The language of the comments. |
|
|
The content of the comments. |
The description of the comments.
Signature:
description: string;
The identifier of the frame.
Signature:
id: 'COMM' | 'COM';
The language of the comments.
Signature:
language: string;
The content of the comments.
Signature:
text: string;