Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.extractors
/
HDPlayerSystem
/
SystemResponse
System
Response
common
data
class
SystemResponse
(
val
hls
:
String
,
val
videoImage
:
String
?
=
null
,
val
videoSource
:
String
,
val
securedLink
:
String
)
(
source
)
Members
Constructors
System
Response
Link copied to clipboard
common
constructor
(
hls
:
String
,
videoImage
:
String
?
=
null
,
videoSource
:
String
,
securedLink
:
String
)
Properties
hls
Link copied to clipboard
common
val
hls
:
String
secured
Link
Link copied to clipboard
common
val
securedLink
:
String
video
Image
Link copied to clipboard
common
val
videoImage
:
String
?
video
Source
Link copied to clipboard
common
val
videoSource
:
String