Class: Aws::MediaConvert::Types::MsSmoothEncryptionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::MsSmoothEncryptionSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
If you are using DRM, set DRM System to specify the value SpekeKeyProvider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#speke_key_provider ⇒ Types::SpekeKeyProvider
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider.
Instance Attribute Details
#speke_key_provider ⇒ Types::SpekeKeyProvider
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is CMAF, use the SpekeKeyProviderCmaf settings instead.
10384 10385 10386 10387 10388 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 10384 class MsSmoothEncryptionSettings < Struct.new( :speke_key_provider) SENSITIVE = [] include Aws::Structure end |