Class: Aws::MediaLive::Types::AudioSelector
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::AudioSelector
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Audio Selector
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of this AudioSelector.
-
#selector_settings ⇒ Types::AudioSelectorSettings
The audio selector settings.
Instance Attribute Details
#name ⇒ String
The name of this AudioSelector. AudioDescriptions will use this name to uniquely identify this Selector. Selector names should be unique per input.
644 645 646 647 648 649 |
# File 'lib/aws-sdk-medialive/types.rb', line 644 class AudioSelector < Struct.new( :name, :selector_settings) SENSITIVE = [] include Aws::Structure end |
#selector_settings ⇒ Types::AudioSelectorSettings
The audio selector settings.
644 645 646 647 648 649 |
# File 'lib/aws-sdk-medialive/types.rb', line 644 class AudioSelector < Struct.new( :name, :selector_settings) SENSITIVE = [] include Aws::Structure end |