Preparing search index...
The search index is not available
@jellyfin/sdk
@jellyfin/sdk
generated-client
LyricLine
Interface LyricLine
Lyric model.
Export
LyricLine
interface
LyricLine
{
Start
?:
null
|
number
;
Text
?:
string
;
}
Index
Properties
Start?
Text?
Properties
Optional
Start
Start
?:
null
|
number
Gets the start time in ticks.
Memberof
LyricLine
Optional
Text
Text
?:
string
Gets the text of this lyric line.
Memberof
LyricLine
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Start
Text
@jellyfin/sdk
Loading...
Lyric model.
Export
LyricLine