class Aws::MediaConvert::Types::MsSmoothGroupSettings

Settings related to your Microsoft Smooth Streaming output package. For more information, see docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html. When you work directly in your JSON job specification, include this object and any required children when you set Type, under OutputGroupSettings, to MS_SMOOTH_GROUP_SETTINGS.

@note When making an API call, you may pass MsSmoothGroupSettings

data as a 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_encryption_context: "__stringPatternAZaZ0902",
            kms_key_arn: "__stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
          },
        },
      },
      encryption: {
        speke_key_provider: {
          certificate_arn: "__stringPatternArnAwsUsGovAcm",
          resource_id: "__string",
          system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
          url: "__stringPatternHttps",
        },
      },
      fragment_length: 1,
      fragment_length_control: "EXACT", # accepts EXACT, GOP_MULTIPLE
      manifest_encoding: "UTF8", # accepts UTF8, UTF16
    }

@!attribute [rw] additional_manifests

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.
@return [Array<Types::MsSmoothAdditionalManifest>]

@!attribute [rw] audio_deduplication

COMBINE\_DUPLICATE\_STREAMS combines identical audio encoding
settings across a Microsoft Smooth output group into a single audio
stream.
@return [String]

@!attribute [rw] destination

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.
@return [String]

@!attribute [rw] destination_settings

Settings associated with the destination. Will vary based on the
type of destination
@return [Types::DestinationSettings]

@!attribute [rw] encryption

If you are using DRM, set DRM System (MsSmoothEncryptionSettings) to
specify the value SpekeKeyProvider.
@return [Types::MsSmoothEncryptionSettings]

@!attribute [rw] fragment_length

Specify how you want MediaConvert to determine the fragment length.
Choose Exact (EXACT) to have the encoder use the exact length that
you specify with the setting Fragment length (FragmentLength). This
might result in extra I-frames. Choose Multiple of GOP
(GOP\_MULTIPLE) to have the encoder round up the segment lengths to
match the next GOP boundary.
@return [Integer]

@!attribute [rw] fragment_length_control

Specify how you want MediaConvert to determine the fragment length.
Choose Exact (EXACT) to have the encoder use the exact length that
you specify with the setting Fragment length (FragmentLength). This
might result in extra I-frames. Choose Multiple of GOP
(GOP\_MULTIPLE) to have the encoder round up the segment lengths to
match the next GOP boundary.
@return [String]

@!attribute [rw] manifest_encoding

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

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/MsSmoothGroupSettings AWS API Documentation

Constants

SENSITIVE