toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.extractors
/
Cda
/
VideoPlayerData
Video
Player
Data
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
constructor
(
file
:
String
,
qualities
:
Map
<
String
,
String
>
=
mapOf()
,
quality
:
String
?
,
ts
:
Int
?
,
hash2
:
String
?
)
Properties
file
Link copied to clipboard
val
file
:
String
hash2
Link copied to clipboard
val
hash2
:
String
?
qualities
Link copied to clipboard
val
qualities
:
Map
<
String
,
String
>
quality
Link copied to clipboard
val
quality
:
String
?
ts
Link copied to clipboard
val
ts
:
Int
?