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

Class: Aws::MediaConvert::Types::AudioSelectorGroup

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

Overview

Note:

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

{
  audio_selector_names: ["__stringMin1"],
}

Group of Audio Selectors

Instance Attribute Summary collapse

Instance Attribute Details

#audio_selector_namesArray<String>

Name of an Audio Selector within the same input to include in the group. Audio selector names are standardized, based on their order within the input (e.g., \"Audio Selector 1\"). The audio selector name parameter can be repeated to add any number of audio selectors to the group.

Returns:

  • (Array<String>)

    Name of an Audio Selector within the same input to include in the group.