Class: Aws::MediaConvert::Types::MsSmoothEncryptionSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconvert/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

Instance Attribute Details

#speke_key_providerTypes::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.



10136
10137
10138
10139
10140
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10136

class MsSmoothEncryptionSettings < Struct.new(
  :speke_key_provider)
  SENSITIVE = []
  include Aws::Structure
end