Class: Aws::Types::InputDeviceUhdSettings
- Inherits:
-
Object
- Object
- Aws::Types::InputDeviceUhdSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_input ⇒ "HDMI", "SDI"
Returns the value of attribute active_input.
-
#audio_channel_pairs ⇒ ::Array[Types::InputDeviceUhdAudioChannelPairConfig]
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.
-
#device_state ⇒ "IDLE", "STREAMING"
Returns the value of attribute device_state.
-
#framerate ⇒ ::Float
Returns the value of attribute framerate.
-
#height ⇒ ::Integer
Returns the value of attribute height.
-
#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::InputDeviceMediaConnectSettings
Returns the value of attribute mediaconnect_settings.
-
#scan_type ⇒ "INTERLACED", "PROGRESSIVE"
Returns the value of attribute scan_type.
-
#width ⇒ ::Integer
Returns the value of attribute width.
Instance Attribute Details
#active_input ⇒ "HDMI", "SDI"
Returns the value of attribute active_input.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def active_input @active_input end |
#audio_channel_pairs ⇒ ::Array[Types::InputDeviceUhdAudioChannelPairConfig]
Returns the value of attribute audio_channel_pairs.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def audio_channel_pairs @audio_channel_pairs end |
#codec ⇒ "HEVC", "AVC"
Returns the value of attribute codec.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def codec @codec end |
#configured_input ⇒ "AUTO", ...
Returns the value of attribute configured_input.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def configured_input @configured_input end |
#device_state ⇒ "IDLE", "STREAMING"
Returns the value of attribute device_state.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def device_state @device_state end |
#framerate ⇒ ::Float
Returns the value of attribute framerate.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def framerate @framerate end |
#height ⇒ ::Integer
Returns the value of attribute height.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def height @height end |
#input_resolution ⇒ ::String
Returns the value of attribute input_resolution.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def input_resolution @input_resolution end |
#latency_ms ⇒ ::Integer
Returns the value of attribute latency_ms.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def latency_ms @latency_ms end |
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def max_bitrate @max_bitrate end |
#mediaconnect_settings ⇒ Types::InputDeviceMediaConnectSettings
Returns the value of attribute mediaconnect_settings.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def mediaconnect_settings @mediaconnect_settings end |
#scan_type ⇒ "INTERLACED", "PROGRESSIVE"
Returns the value of attribute scan_type.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def scan_type @scan_type end |
#width ⇒ ::Integer
Returns the value of attribute width.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def width @width end |