Method: Aws::MediaConvert::Types::MsSmoothGroupSettings#audio_deduplication
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
#audio_deduplication ⇒ String
COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.
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 |