Class: Aws::Types::InputDeviceHdSettings
- Inherits:
-
Object
- Object
- Aws::Types::InputDeviceHdSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_input ⇒ "HDMI", "SDI"
Returns the value of attribute active_input.
-
#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.
-
#latency_ms ⇒ ::Integer
Returns the value of attribute latency_ms.
-
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
-
#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.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def active_input @active_input end |
#configured_input ⇒ "AUTO", ...
Returns the value of attribute configured_input.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def configured_input @configured_input end |
#device_state ⇒ "IDLE", "STREAMING"
Returns the value of attribute device_state.
1771 1772 1773 |
# File 'sig/types.rbs', line 1771 def device_state @device_state end |
#framerate ⇒ ::Float
Returns the value of attribute framerate.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def framerate @framerate end |
#height ⇒ ::Integer
Returns the value of attribute height.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def height @height end |
#latency_ms ⇒ ::Integer
Returns the value of attribute latency_ms.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def latency_ms @latency_ms end |
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def max_bitrate @max_bitrate end |
#scan_type ⇒ "INTERLACED", "PROGRESSIVE"
Returns the value of attribute scan_type.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def scan_type @scan_type end |
#width ⇒ ::Integer
Returns the value of attribute width.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def width @width end |