Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.ui.player
/
VideoState
/
add
add
@
Contract
(
pure
=
true
)
fun
add
(
item
:
SubtitleData
)
:
VideoState
(
source
)
@
Contract
(
pure
=
true
)
fun
add
(
item
:
VideoLink
)
:
VideoState
(
source
)
@
Contract
(
pure
=
true
)
fun
add
(
item
:
VideoSkipStamp
)
:
VideoState
(
source
)
@
JvmName
(
name
=
"addSubtitleData"
)
@
Contract
(
pure
=
true
)
fun
add
(
items
:
Collection
<
SubtitleData
>
)
:
VideoState
(
source
)
@
JvmName
(
name
=
"addVideoLink"
)
@
Contract
(
pure
=
true
)
fun
add
(
items
:
Collection
<
VideoLink
>
)
:
VideoState
(
source
)
@
JvmName
(
name
=
"addVideoSkipStamp"
)
@
Contract
(
pure
=
true
)
fun
add
(
items
:
Collection
<
VideoSkipStamp
>
)
:
VideoState
(
source
)