Enabled Protocols Response
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
fun EnabledProtocolsResponse(dash: Boolean, download: Boolean, hls: Boolean, smoothStreaming: Boolean)