ReadonlydurationReadonlyoffsetOffset (in seconds) that this sync begins, relative to the start of the LyricsLine this sync is part of. Add this offset to the LyricsLine.offset to convert it to playback time, which can be compared to LyricsTracker.playbackPosition.
ReadonlyoffsetOffset (in seconds) that this sync ends, relative to the start of the LyricsLine this sync is part of. Add this offset to the LyricsLine.offset to convert it to playback time, which can be compared to LyricsTracker.playbackPosition.
ReadonlytextThe text value of this sync. Depending on the LyricsType of the lyrics data, this may be a single word, whitespace, or an entire line of text.
StaticgetReturns the fully-qualified JavaScript type name for this class (for example, "Component.Camera"). This is a static accessor (no instance required) and returns the same value as the instance getTypeName().
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 sync/word of a LyricsLine.
Example