Class: Aws::Types::InputDeviceConfigurableSettings
- Inherits:
-
Object
- Object
- Aws::Types::InputDeviceConfigurableSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_channel_pairs ⇒ ::Array[Types::InputDeviceConfigurableAudioChannelPairConfig]
Returns the value of attribute audio_channel_pairs.
-
#codec ⇒ "HEVC", "AVC"
Returns the value of attribute codec.
-
#configured_input ⇒ "AUTO", ...
Returns the value of attribute configured_input.
-
#input_resolution ⇒ ::String
Returns the value of attribute input_resolution.
-
#latency_ms ⇒ ::Integer
Returns the value of attribute latency_ms.
-
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
-
#mediaconnect_settings ⇒ Types::InputDeviceMediaConnectConfigurableSettings
Returns the value of attribute mediaconnect_settings.
Instance Attribute Details
#audio_channel_pairs ⇒ ::Array[Types::InputDeviceConfigurableAudioChannelPairConfig]
Returns the value of attribute audio_channel_pairs.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def audio_channel_pairs @audio_channel_pairs end |
#codec ⇒ "HEVC", "AVC"
Returns the value of attribute codec.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def codec @codec end |
#configured_input ⇒ "AUTO", ...
Returns the value of attribute configured_input.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def configured_input @configured_input end |
#input_resolution ⇒ ::String
Returns the value of attribute input_resolution.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def input_resolution @input_resolution end |
#latency_ms ⇒ ::Integer
Returns the value of attribute latency_ms.
1757 1758 1759 |
# File 'sig/types.rbs', line 1757 def latency_ms @latency_ms end |
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def max_bitrate @max_bitrate end |
#mediaconnect_settings ⇒ Types::InputDeviceMediaConnectConfigurableSettings
Returns the value of attribute mediaconnect_settings.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def mediaconnect_settings @mediaconnect_settings end |