class Aws::MediaLive::Types::AudioSelector
Audio Selector
@note When making an API call, you may pass AudioSelector
data as a hash: { name: "__stringMin1", # required selector_settings: { audio_hls_rendition_selection: { group_id: "__stringMin1", # required name: "__stringMin1", # required }, 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 }, ], }, }, }
@!attribute [rw] name
The name of this AudioSelector. AudioDescriptions will use this name to uniquely identify this Selector. Selector names should be unique per input. @return [String]
@!attribute [rw] selector_settings
The audio selector settings. @return [Types::AudioSelectorSettings]
@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AudioSelector AWS API Documentation
Constants
- SENSITIVE