Interface AutomatedEncodingSettings.Builder

  • Method Details

    • abrSettings

      Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on characteristics of your input video. This feature optimizes video quality while minimizing the overall size of your ABR package.
      Parameters:
      abrSettings - Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on characteristics of your input video. This feature optimizes video quality while minimizing the overall size of your ABR package.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • abrSettings

      Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on characteristics of your input video. This feature optimizes video quality while minimizing the overall size of your ABR package. This is a convenience method that creates an instance of the AutomatedAbrSettings.Builder avoiding the need to create one manually via AutomatedAbrSettings.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to abrSettings(AutomatedAbrSettings).

      Parameters:
      abrSettings - a consumer that will call methods on AutomatedAbrSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: