THEOplayer > ID3UserDefinedText
Inherits from ID3BaseFrame. See parent page for inherited properties and methods.
Represents a used defined text ID3 frame.
Signature:
export interface ID3UserDefinedText extends ID3BaseFrame
Property |
Type |
Description |
---|---|---|
|
The description of the text. |
|
|
The identifier of the frame. |
|
|
The content of the text. |
The description of the text.
Signature:
description: string;
The identifier of the frame.
Signature:
id: 'TXXX' | 'TXX';
The content of the text.
Signature:
text: string;