THEOplayer > ID3UnsynchronisedLyricsTextTranscription
Inherits from ID3BaseFrame. See parent page for inherited properties and methods.
Represents a unsynchronised lyrics/text transcription ID3 frame.
Signature:
export interface ID3UnsynchronisedLyricsTextTranscription extends ID3BaseFrame
Property |
Type |
Description |
---|---|---|
|
The description of the lyrics/text. |
|
|
The identifier of the frame. |
|
|
The language of the lyrics/text. |
|
|
The content of the lyrics/text. |
The description of the lyrics/text.
Signature:
description: string;
The identifier of the frame.
Signature:
id: 'USLT' | 'ULT';
The language of the lyrics/text.
Signature:
language: string;
The content of the lyrics/text.
Signature:
text: string;