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.
1757 1758 1759 |
# File 'sig/types.rbs', line 1757 def audio_channel_pairs @audio_channel_pairs end |
#codec ⇒ "HEVC", "AVC"
Returns the value of attribute codec.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def codec @codec end |
#configured_input ⇒ "AUTO", ...
Returns the value of attribute configured_input.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def configured_input @configured_input end |
#input_resolution ⇒ ::String
Returns the value of attribute input_resolution.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def input_resolution @input_resolution end |
#latency_ms ⇒ ::Integer
Returns the value of attribute latency_ms.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def latency_ms @latency_ms end |
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def max_bitrate @max_bitrate end |
#mediaconnect_settings ⇒ Types::InputDeviceMediaConnectConfigurableSettings
Returns the value of attribute mediaconnect_settings.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def mediaconnect_settings @mediaconnect_settings end |