toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
LyricLine
Lyric
Line
data
class
LyricLine
(
val
text
:
String
,
val
start
:
Long
?
=
null
)
Lyric model.
Members
Constructors
Lyric
Line
Link copied to clipboard
constructor
(
text
:
String
,
start
:
Long
?
=
null
)
Properties
start
Link copied to clipboard
val
start
:
Long
?
=
null
The start time in ticks.
text
Link copied to clipboard
val
text
:
String
The text of this lyric line.