Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.extractors
/
Cda
/
VideoPlayerData
Video
Player
Data
common
data
class
VideoPlayerData
(
val
file
:
String
,
val
qualities
:
Map
<
String
,
String
>
=
mapOf()
,
val
quality
:
String
?
,
val
ts
:
Int
?
,
val
hash2
:
String
?
)
(
source
)
Members
Constructors
Video
Player
Data
Link copied to clipboard
common
constructor
(
file
:
String
,
qualities
:
Map
<
String
,
String
>
=
mapOf()
,
quality
:
String
?
,
ts
:
Int
?
,
hash2
:
String
?
)
Properties
file
Link copied to clipboard
common
val
file
:
String
hash2
Link copied to clipboard
common
val
hash2
:
String
?
qualities
Link copied to clipboard
common
val
qualities
:
Map
<
String
,
String
>
quality
Link copied to clipboard
common
val
quality
:
String
?
ts
Link copied to clipboard
common
val
ts
:
Int
?