toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
M3u8Helper
/
M3u8Stream
M3u8Stream
data
class
M3u8Stream
(
val
streamUrl
:
String
,
val
quality
:
Int
?
=
null
,
val
headers
:
Map
<
String
,
String
>
=
mapOf()
)
(
source
)
Members
Constructors
M3u8Stream
Link copied to clipboard
constructor
(
streamUrl
:
String
,
quality
:
Int
?
=
null
,
headers
:
Map
<
String
,
String
>
=
mapOf()
)
Properties
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
quality
Link copied to clipboard
val
quality
:
Int
?
=
null
stream
Url
Link copied to clipboard
val
streamUrl
:
String