LyricsLine
The interface of the node lyrics line.
Signature
export interface LyricsLineProperties
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}
plugin: PluginInfo;The plugin information of the lyric line.
@type{PluginInfo}