EnabledProtocolsResponse

data class EnabledProtocolsResponse(val dash: Boolean, val download: Boolean, val hls: Boolean, val smoothStreaming: Boolean)

Class to specify which protocols are enabled

Constructors

Link copied to clipboard
constructor(dash: Boolean, download: Boolean, hls: Boolean, smoothStreaming: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enable DASH protocol or not

Link copied to clipboard

Enable Download protocol or not

Link copied to clipboard

Enable HLS protocol or not

Link copied to clipboard

Enable SmoothStreaming protocol or not