THEOplayer > ID3Text
Inherits from ID3BaseFrame. See parent page for inherited properties and methods.
Represents a text information ID3 frame.
Signature:
export interface ID3Text extends ID3BaseFrame
Property |
Type |
Description |
---|---|---|
|
The identifier of the frame. |
|
|
The content of the text. |
The identifier of the frame.
Signature:
id: string;
- Applicable values are "T000" to "TZZZ" and "T00" to "TZZ", excluding "TXX" and "TXXX".
The content of the text.
Signature:
text: string;