Streaming Policy Common Encryption Cenc Enabled Protocols Args
data class StreamingPolicyCommonEncryptionCencEnabledProtocolsArgs(val dash: Output<Boolean>? = null, val download: Output<Boolean>? = null, val hls: Output<Boolean>? = null, val smoothStreaming: Output<Boolean>? = null) : ConvertibleToJava<StreamingPolicyCommonEncryptionCencEnabledProtocolsArgs>
Constructors
Link copied to clipboard
fun StreamingPolicyCommonEncryptionCencEnabledProtocolsArgs(dash: Output<Boolean>? = null, download: Output<Boolean>? = null, hls: Output<Boolean>? = null, smoothStreaming: Output<Boolean>? = null)