class Aws::MediaConvert::Types::AudioSelectorGroup

Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab (AudioDescription). Note that, if you're working with embedded audio, it's simpler to assign multiple input tracks into a single audio selector rather than use an audio selector group.

@note When making an API call, you may pass AudioSelectorGroup

data as a hash:

    {
      audio_selector_names: ["__stringMin1"],
    }

@!attribute [rw] audio_selector_names

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.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AudioSelectorGroup AWS API Documentation

Constants

SENSITIVE