Method: Aws::MediaConvert::Types::AutomatedAbrSettings#max_renditions
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
#max_renditions ⇒ Integer
Optional. The maximum number of renditions that MediaConvert will create in your automated ABR stack. The number of renditions is determined automatically, based on analysis of each job, but will never exceed this limit. When you set this to Auto in the console, which is equivalent to excluding it from your JSON job specification, MediaConvert defaults to a limit of 15.
1054 1055 1056 1057 1058 1059 1060 1061 1062 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 1054 class AutomatedAbrSettings < Struct.new( :max_abr_bitrate, :max_quality_level, :max_renditions, :min_abr_bitrate, :rules) SENSITIVE = [] include Aws::Structure end |