Lyric model.

LyricLine

interface LyricLine {
    Start?: null | number;
    Text?: string;
}

Properties

Properties

Start?: null | number

Gets the start time in ticks.

LyricLine

Text?: string

Gets the text of this lyric line.

LyricLine