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

Class: Aws::MediaConvert::Types::MsSmoothGroupSettings

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

Overview

Note:

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

{
  additional_manifests: [
    {
      manifest_name_modifier: "__stringMin1",
      selected_outputs: ["__stringMin1"],
    },
  ],
  audio_deduplication: "COMBINE_DUPLICATE_STREAMS", # accepts COMBINE_DUPLICATE_STREAMS, NONE
  destination: "__stringPatternS3",
  destination_settings: {
    s3_settings: {
      access_control: {
        canned_acl: "PUBLIC_READ", # accepts PUBLIC_READ, AUTHENTICATED_READ, BUCKET_OWNER_READ, BUCKET_OWNER_FULL_CONTROL
      },
      encryption: {
        encryption_type: "SERVER_SIDE_ENCRYPTION_S3", # accepts SERVER_SIDE_ENCRYPTION_S3, SERVER_SIDE_ENCRYPTION_KMS
        kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
      },
    },
  },
  encryption: {
    speke_key_provider: {
      certificate_arn: "__stringPatternArnAwsUsGovAcm",
      resource_id: "__string",
      system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
      url: "__stringPatternHttps",
    },
  },
  fragment_length: 1,
  manifest_encoding: "UTF8", # accepts UTF8, UTF16
}

Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to MS_SMOOTH_GROUP_SETTINGS.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#additional_manifestsArray<Types::MsSmoothAdditionalManifest>

By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth Streaming output group in your job. This default manifest references every output in the output group. To create additional manifests that reference a subset of the outputs in the output group, specify a list of them here.

Returns:

  • (Array<Types::MsSmoothAdditionalManifest>)

    By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth Streaming output group in your job.

#audio_deduplicationString

COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.

Possible values:

  • COMBINE_DUPLICATE_STREAMS
  • NONE

Returns:

  • (String)

    COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.

#destinationString

Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.

Returns:

  • (String)

    Use Destination (Destination) to specify the S3 output location and the output filename base.

#destination_settingsTypes::DestinationSettings

Settings associated with the destination. Will vary based on the type of destination

Returns:

#encryptionTypes::MsSmoothEncryptionSettings

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

Returns:

#fragment_lengthInteger

Use Fragment length (FragmentLength) to specify the mp4 fragment sizes in seconds. Fragment length must be compatible with GOP size and frame rate.

Returns:

  • (Integer)

    Use Fragment length (FragmentLength) to specify the mp4 fragment sizes in seconds.

#manifest_encodingString

Use Manifest encoding (MsSmoothManifestEncoding) to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.

Possible values:

  • UTF8
  • UTF16

Returns:

  • (String)

    Use Manifest encoding (MsSmoothManifestEncoding) to specify the encoding format for the server and client manifest.