Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.utils
/
M3u8Helper
M3u8Helper
common
class
M3u8Helper
(
source
)
backwards api surface
Members
Constructors
M3u8Helper
Link copied to clipboard
common
constructor
(
)
Types
Companion
Link copied to clipboard
common
object
Companion
M3u8Stream
Link copied to clipboard
common
data
class
M3u8Stream
(
val
streamUrl
:
String
,
val
quality
:
Int
?
=
null
,
val
headers
:
Map
<
String
,
String
>
=
mapOf()
)
Functions
m3u8Generation
Link copied to clipboard
common
suspend
fun
m3u8Generation
(
m3u8
:
M3u8Helper.M3u8Stream
,
returnThis
:
Boolean
?
=
true
)
:
List
<
M3u8Helper.M3u8Stream
>