Class: Aws::MediaLive::Types::InputDeviceUhdSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InputDeviceUhdSettings
- 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).
-
#audio_channel_pairs ⇒ Array<Types::InputDeviceUhdAudioChannelPairConfig>
An array of eight audio configurations, one for each audio pair in the source.
-
#codec ⇒ String
The codec for the video that the device produces.
-
#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.
-
#input_resolution ⇒ String
The resolution of the Link device's source (HD or UHD).
-
#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.
-
#mediaconnect_settings ⇒ Types::InputDeviceMediaConnectSettings
Information about the MediaConnect flow attached to the device.
-
#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).
7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7461 class InputDeviceUhdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |
#audio_channel_pairs ⇒ Array<Types::InputDeviceUhdAudioChannelPairConfig>
An array of eight audio configurations, one for each audio pair in the source. Each audio configuration specifies either to exclude the pair, or to format it and include it in the output from the UHD device. Applies only when the device is configured as the source for a MediaConnect flow.
7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7461 class InputDeviceUhdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |
#codec ⇒ String
The codec for the video that the device produces.
7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7461 class InputDeviceUhdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |
#configured_input ⇒ String
The source at the input device that is currently active. You can specify this source.
7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7461 class InputDeviceUhdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |
#device_state ⇒ String
The state of the input device.
7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7461 class InputDeviceUhdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |
#framerate ⇒ Float
The frame rate of the video source.
7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7461 class InputDeviceUhdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |
#height ⇒ Integer
The height of the video source, in pixels.
7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7461 class InputDeviceUhdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |
#input_resolution ⇒ String
The resolution of the Link device's source (HD or UHD). This value determines MediaLive resource allocation and billing for this input.
7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7461 class InputDeviceUhdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |
#latency_ms ⇒ Integer
The Link device's buffer size (latency) in milliseconds (ms). You can specify this value.
7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7461 class InputDeviceUhdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) 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.
7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7461 class InputDeviceUhdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |
#mediaconnect_settings ⇒ Types::InputDeviceMediaConnectSettings
Information about the MediaConnect flow attached to the device. Returned only if the outputType is MEDIACONNECT_FLOW.
7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7461 class InputDeviceUhdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |
#scan_type ⇒ String
The scan type of the video source.
7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7461 class InputDeviceUhdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |
#width ⇒ Integer
The width of the video source, in pixels.
7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7461 class InputDeviceUhdSettings < Struct.new( :active_input, :configured_input, :device_state, :framerate, :height, :max_bitrate, :scan_type, :width, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |