Http
data class Http(val request: NetworkRequest, val type: Streamable.SourceType = SourceType.Progressive, val decryption: Streamable.Decryption? = null, val quality: Int = 0, val title: String? = null, val isVideo: Boolean = false, val isLive: Boolean = false) : Streamable.Source
A data class representing a source that contains Audio/Video on a Http Url.
Parameters
is Live
If true, will prevent caching of the source
See also
Constructors
Link copied to clipboard
constructor(request: NetworkRequest, type: Streamable.SourceType = SourceType.Progressive, decryption: Streamable.Decryption? = null, quality: Int = 0, title: String? = null, isVideo: Boolean = false, isLive: Boolean = false)