Class: Aws::MediaLive::Types::InputDeviceHdSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InputDeviceHdSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Settings that describe the active source from the input device, and the video characteristics of that source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_input ⇒ String
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
-
#configured_input ⇒ String
The source at the input device that is currently active.
-
#device_state ⇒ String
The state of the input device.
-
#framerate ⇒ Float
The frame rate of the video source.
-
#height ⇒ Integer
The height of the video source, in pixels.
-
#latency_ms ⇒ Integer
The Link device's buffer size (latency) in milliseconds (ms).
-
#max_bitrate ⇒ Integer
The current maximum bitrate for ingesting this source, in bits per second.
-
#scan_type ⇒ String
The scan type of the video source.
-
#width ⇒ Integer
The width of the video source, in pixels.
Instance Attribute Details
#active_input ⇒ String
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7070 class InputDeviceHdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms) SENSITIVE = [] include Aws::Structure end |
#configured_input ⇒ String
The source at the input device that is currently active. You can specify this source.
7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7070 class InputDeviceHdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms) SENSITIVE = [] include Aws::Structure end |
#device_state ⇒ String
The state of the input device.
7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7070 class InputDeviceHdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms) SENSITIVE = [] include Aws::Structure end |
#framerate ⇒ Float
The frame rate of the video source.
7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7070 class InputDeviceHdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms) SENSITIVE = [] include Aws::Structure end |
#height ⇒ Integer
The height of the video source, in pixels.
7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7070 class InputDeviceHdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms) SENSITIVE = [] include Aws::Structure end |
#latency_ms ⇒ Integer
The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.
7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7070 class InputDeviceHdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms) SENSITIVE = [] include Aws::Structure end |
#max_bitrate ⇒ Integer
The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.
7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7070 class InputDeviceHdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms) SENSITIVE = [] include Aws::Structure end |
#scan_type ⇒ String
The scan type of the video source.
7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7070 class InputDeviceHdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms) SENSITIVE = [] include Aws::Structure end |
#width ⇒ Integer
The width of the video source, in pixels.
7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7070 class InputDeviceHdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms) SENSITIVE = [] include Aws::Structure end |