LyricsLine

The interface of the node lyrics line.

Signature

export interface LyricsLine

Properties

4

Methods

0

No methods.

Properties

timestamp: number;

The line start time in milliseconds of the lyric line.

@type{number}
duration: number | null;

The line duration in milliseconds of the lyric line.

@type{number | null}
line: string;

The line text of the lyric line.

@type{string}