toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.extractors
/
StreamSB
/
StreamData
Stream
Data
data
class
StreamData
(
val
file
:
String
,
val
cdnImg
:
String
,
val
hash
:
String
,
val
subs
:
ArrayList
<
StreamSB.Subs
>
?
=
arrayListOf()
,
val
length
:
String
,
val
id
:
String
,
val
title
:
String
,
val
backup
:
String
)
(
source
)
Members
Constructors
Stream
Data
Link copied to clipboard
constructor
(
file
:
String
,
cdnImg
:
String
,
hash
:
String
,
subs
:
ArrayList
<
StreamSB.Subs
>
?
=
arrayListOf()
,
length
:
String
,
id
:
String
,
title
:
String
,
backup
:
String
)
Properties
backup
Link copied to clipboard
val
backup
:
String
cdn
Img
Link copied to clipboard
val
cdnImg
:
String
file
Link copied to clipboard
val
file
:
String
hash
Link copied to clipboard
val
hash
:
String
id
Link copied to clipboard
val
id
:
String
length
Link copied to clipboard
val
length
:
String
subs
Link copied to clipboard
val
subs
:
ArrayList
<
StreamSB.Subs
>
?
title
Link copied to clipboard
val
title
:
String