Method: Aws::MediaConvert::Types::MsSmoothGroupSettings#additional_manifests
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
#additional_manifests ⇒ Array<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.
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 |