CommonEncryptionCbcsArgs

data class CommonEncryptionCbcsArgs(val clearKeyEncryptionConfiguration: Output<ClearKeyEncryptionConfigurationArgs>? = null, val clearTracks: Output<List<TrackSelectionArgs>>? = null, val contentKeys: Output<StreamingPolicyContentKeysArgs>? = null, val drm: Output<CbcsDrmConfigurationArgs>? = null, val enabledProtocols: Output<EnabledProtocolsArgs>? = null) : ConvertibleToJava<CommonEncryptionCbcsArgs>

Class for CommonEncryptionCbcs encryption scheme

Constructors

Link copied to clipboard
constructor(clearKeyEncryptionConfiguration: Output<ClearKeyEncryptionConfigurationArgs>? = null, clearTracks: Output<List<TrackSelectionArgs>>? = null, contentKeys: Output<StreamingPolicyContentKeysArgs>? = null, drm: Output<CbcsDrmConfigurationArgs>? = null, enabledProtocols: Output<EnabledProtocolsArgs>? = null)

Properties

Link copied to clipboard

Optional configuration supporting ClearKey in CommonEncryptionCbcs encryption scheme.

Link copied to clipboard
val clearTracks: Output<List<TrackSelectionArgs>>? = null

Representing which tracks should not be encrypted

Link copied to clipboard

Representing default content key for each encryption scheme and separate content keys for specific tracks

Link copied to clipboard
val drm: Output<CbcsDrmConfigurationArgs>? = null

Configuration of DRMs for current encryption scheme

Link copied to clipboard

Representing supported protocols

Functions

Link copied to clipboard
open override fun toJava(): CommonEncryptionCbcsArgs