Protected
constructorReadonly
fullThe full line of lyrics represented as a single string.
Readonly
offsetOffset (in seconds) that this line begins relative to the start of the tracked music. Note that this value can be negative, since music tracks can start halfway through a line being sung. This value is useful to compare with LyricsTracker.playbackPosition.
Readonly
offsetOffset (in seconds) that this line ends relative to the start of the tracked music. This value is useful to compare with LyricsTracker.playbackPosition.
Readonly
syncsLyrics for this line represented as a list of LyricsSync objects in the order they appear.
Note that for LineSync lyrics data, only one LyricsSync object will be present in the list, representing the entire line.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other
. Useful for checking if two references point to the same thing.
Represents a single line of Lyrics.
Example