StreamingPolicyEnvelopeEncryptionEnabledProtocols

data class StreamingPolicyEnvelopeEncryptionEnabledProtocols(val dash: Boolean? = null, val download: Boolean? = null, val hls: Boolean? = null, val smoothStreaming: Boolean? = null)

Constructors

constructor(dash: Boolean? = null, download: Boolean? = null, hls: Boolean? = null, smoothStreaming: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dash: Boolean? = null

Enable DASH protocol or not. Changing this forces a new Streaming Policy to be created.

Link copied to clipboard
val download: Boolean? = null

Enable Download protocol or not. Changing this forces a new Streaming Policy to be created.

Link copied to clipboard
val hls: Boolean? = null

Enable HLS protocol or not. Changing this forces a new Streaming Policy to be created.

Link copied to clipboard

Enable SmoothStreaming protocol or not. Changing this forces a new Streaming Policy to be created.