Streaming Policy Common Encryption Cbcs Enabled Protocols
data class StreamingPolicyCommonEncryptionCbcsEnabledProtocols(val dash: Boolean? = null, val download: Boolean? = null, val hls: Boolean? = null, val smoothStreaming: Boolean? = null)
Constructors
Link copied to clipboard
fun StreamingPolicyCommonEncryptionCbcsEnabledProtocols(dash: Boolean? = null, download: Boolean? = null, hls: Boolean? = null, smoothStreaming: Boolean? = null)