toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.ui.player
/
SubtitleCue
Subtitle
Cue
data
class
SubtitleCue
(
val
startTimeMs
:
Long
,
val
durationMs
:
Long
,
val
text
:
List
<
String
>
)
(
source
)
Members
Constructors
Subtitle
Cue
Link copied to clipboard
constructor
(
startTimeMs
:
Long
,
durationMs
:
Long
,
text
:
List
<
String
>
)
Properties
duration
Ms
Link copied to clipboard
val
durationMs
:
Long
end
Time
Ms
Link copied to clipboard
val
endTimeMs
:
Long
start
Time
Ms
Link copied to clipboard
val
startTimeMs
:
Long
text
Link copied to clipboard
val
text
:
List
<
String
>