Method: Aws::MediaConvert::Types::MsSmoothGroupSettings#encryption
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
#encryption ⇒ Types::MsSmoothEncryptionSettings
If you are using DRM, set DRM System to specify the value SpekeKeyProvider.
11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 11203 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11192 class MsSmoothGroupSettings < Struct.new( :additional_manifests, :audio_deduplication, :destination, :destination_settings, :encryption, :fragment_length, :fragment_length_control, :manifest_encoding) SENSITIVE = [] include Aws::Structure end |