M3u8Helper

backwards api surface

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class M3u8Stream(val streamUrl: String, val quality: Int? = null, val headers: Map<String, String> = mapOf())

Functions

Link copied to clipboard
suspend fun m3u8Generation(m3u8: M3u8Helper.M3u8Stream, returnThis: Boolean? = true): List<M3u8Helper.M3u8Stream>