Method: Aws::MediaConvert::Types::MsSmoothGroupSettings#fragment_length_control

Defined in:
lib/aws-sdk-mediaconvert/types.rb

#fragment_length_controlString

Specify how you want MediaConvert to determine the fragment length. Choose Exact to have the encoder use the exact length that you specify with the setting Fragment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.

Returns:

  • (String)


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