Common Encryption Cenc Args
data class CommonEncryptionCencArgs(val clearKeyEncryptionConfiguration: Output<ClearKeyEncryptionConfigurationArgs>? = null, val clearTracks: Output<List<TrackSelectionArgs>>? = null, val contentKeys: Output<StreamingPolicyContentKeysArgs>? = null, val drm: Output<CencDrmConfigurationArgs>? = null, val enabledProtocols: Output<EnabledProtocolsArgs>? = null) : ConvertibleToJava<CommonEncryptionCencArgs>
Class for envelope encryption scheme
Constructors
Link copied to clipboard
constructor(clearKeyEncryptionConfiguration: Output<ClearKeyEncryptionConfigurationArgs>? = null, clearTracks: Output<List<TrackSelectionArgs>>? = null, contentKeys: Output<StreamingPolicyContentKeysArgs>? = null, drm: Output<CencDrmConfigurationArgs>? = null, enabledProtocols: Output<EnabledProtocolsArgs>? = null)
Properties
Link copied to clipboard
Optional configuration supporting ClearKey in CommonEncryptionCenc encryption scheme.
Link copied to clipboard
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
Configuration of DRMs for CommonEncryptionCenc encryption scheme
Link copied to clipboard
Representing supported protocols