Skip to main content
Version: v2.10.1

Interface: LyricsLine

warning

⚠️ This interface is only used by the LavaLyrics plugin.

Represents a single synchronised lyrics line, including its timestamp, duration, and content.
Typically used for displaying timed karaoke-style lyrics.

Property Type Description Optional
timestampnumberStart time of the lyric line in milliseconds.
durationnumberDuration for which the lyric line is shown in milliseconds.
linestringThe actual lyric text.
pluginobjectArbitrary metadata from the lyrics plugin that provided this line.