Source
Types
Link copied to clipboard
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.
Link copied to clipboard
data class Raw(val streamProvider: Streamable.InputProvider? = null, val id: String, 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 in a Byte Stream.