toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.extractors
/
HDPlayerSystem
/
SystemResponse
System
Response
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
constructor
(
hls
:
String
,
videoImage
:
String
?
=
null
,
videoSource
:
String
,
securedLink
:
String
)
Properties
hls
Link copied to clipboard
val
hls
:
String
secured
Link
Link copied to clipboard
val
securedLink
:
String
video
Image
Link copied to clipboard
val
videoImage
:
String
?
=
null
video
Source
Link copied to clipboard
val
videoSource
:
String