You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing MsSmoothEncryptionSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  speke_key_provider: {
    certificate_arn: "__stringPatternArnAwsUsGovAcm",
    resource_id: "__string",
    system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
    url: "__stringPatternHttps",
  },
}

If you are using DRM, set DRM System (MsSmoothEncryptionSettings) to specify the value SpekeKeyProvider.

Returned by:

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.

Returns:

  • (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.