toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
ChapterInfo
Chapter
Info
data
class
ChapterInfo
(
val
startPositionTicks
:
Long
,
val
name
:
String
?
=
null
,
val
imagePath
:
String
?
=
null
,
val
imageDateModified
:
DateTime
,
val
imageTag
:
String
?
=
null
)
Class ChapterInfo.
Members
Constructors
Chapter
Info
Link copied to clipboard
constructor
(
startPositionTicks
:
Long
,
name
:
String
?
=
null
,
imagePath
:
String
?
=
null
,
imageDateModified
:
DateTime
,
imageTag
:
String
?
=
null
)
Properties
image
Date
Modified
Link copied to clipboard
val
imageDateModified
:
DateTime
image
Path
Link copied to clipboard
val
imagePath
:
String
?
=
null
The image path.
image
Tag
Link copied to clipboard
val
imageTag
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
The name.
start
Position
Ticks
Link copied to clipboard
val
startPositionTicks
:
Long
The start position ticks.