You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::OutputSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing OutputSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  hls_settings: {
    audio_group_id: "__string",
    audio_only_container: "AUTOMATIC", # accepts AUTOMATIC, M2TS
    audio_rendition_sets: "__string",
    audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
    i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
    segment_modifier: "__string",
  },
}

Specific settings for this type of output.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#hls_settingsTypes::HlsSettings

Settings for HLS output groups

Returns: