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

Class: Aws::MediaLive::Types::AudioSelectorSettings

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

Overview

Note:

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

{
  audio_language_selection: {
    language_code: "__string", # required
    language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
  },
  audio_pid_selection: {
    pid: 1, # required
  },
  audio_track_selection: {
    tracks: [ # required
      {
        track: 1, # required
      },
    ],
  },
}

Audio Selector Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#audio_language_selectionTypes::AudioLanguageSelection

Audio Language Selection

Returns:

#audio_pid_selectionTypes::AudioPidSelection

Audio Pid Selection

Returns:

#audio_track_selectionTypes::AudioTrackSelection

Audio Track Selection

Returns: