toggle menu
new-player
androidJvm
switch theme
search in API
new-player
/
net.newpipe.newplayer.data
/
Chapter
Chapter
data
class
Chapter
(
val
chapterStartInMs
:
Long
,
val
chapterTitle
:
String
?
,
val
thumbnail
:
Uri
?
)
Members
Constructors
Chapter
Link copied to clipboard
constructor
(
chapterStartInMs
:
Long
,
chapterTitle
:
String
?
,
thumbnail
:
Uri
?
)
Properties
chapter
Start
In
Ms
Link copied to clipboard
val
chapterStartInMs
:
Long
chapter
Title
Link copied to clipboard
val
chapterTitle
:
String
?
thumbnail
Link copied to clipboard
val
thumbnail
:
Uri
?