Class: Aws::MediaLive::Types::InputDeviceConfigurableSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InputDeviceConfigurableSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Configurable settings for the input device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audio_channel_pairs ⇒ Array<Types::InputDeviceConfigurableAudioChannelPairConfig>
An array of eight audio configurations, one for each audio pair in the source.
-
#codec ⇒ String
Choose the codec for the video that the device produces.
-
#configured_input ⇒ String
The input source that you want to use.
-
#input_resolution ⇒ String
Choose 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 maximum bitrate in bits per second.
-
#mediaconnect_settings ⇒ Types::InputDeviceMediaConnectConfigurableSettings
To attach this device to a MediaConnect flow, specify these parameters.
Instance Attribute Details
#audio_channel_pairs ⇒ Array<Types::InputDeviceConfigurableAudioChannelPairConfig>
An array of eight audio configurations, one for each audio pair in the source. Set up each audio configuration either to exclude the pair, or to format it and include it in the output from the device. This parameter applies only to UHD devices, and only when the device is configured as the source for a MediaConnect flow. For an HD device, you configure the audio by setting up audio selectors in the channel configuration.
7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7082 class InputDeviceConfigurableSettings < Struct.new( :configured_input, :max_bitrate, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |
#codec ⇒ String
Choose the codec for the video that the device produces. Only UHD devices can specify this parameter.
7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7082 class InputDeviceConfigurableSettings < Struct.new( :configured_input, :max_bitrate, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |
#configured_input ⇒ String
The input source that you want to use. If the device has a source connected to only one of its input ports, or if you don't care which source the device sends, specify Auto. If the device has sources connected to both its input ports, and you want to use a specific source, specify the source.
7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7082 class InputDeviceConfigurableSettings < Struct.new( :configured_input, :max_bitrate, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |
#input_resolution ⇒ String
Choose the resolution of the Link device's source (HD or UHD). Make sure the resolution matches the current source from the device. This value determines MediaLive resource allocation and billing for this input. Only UHD devices can specify this parameter.
7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7082 class InputDeviceConfigurableSettings < Struct.new( :configured_input, :max_bitrate, :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).
7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7082 class InputDeviceConfigurableSettings < Struct.new( :configured_input, :max_bitrate, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |
#max_bitrate ⇒ Integer
The maximum bitrate in bits per second. Set a value here to throttle the bitrate of the source video.
7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7082 class InputDeviceConfigurableSettings < Struct.new( :configured_input, :max_bitrate, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |
#mediaconnect_settings ⇒ Types::InputDeviceMediaConnectConfigurableSettings
To attach this device to a MediaConnect flow, specify these parameters. To detach an existing flow, enter {} for the value of mediaconnectSettings. Only UHD devices can specify this parameter.
7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7082 class InputDeviceConfigurableSettings < Struct.new( :configured_input, :max_bitrate, :latency_ms, :codec, :mediaconnect_settings, :audio_channel_pairs, :input_resolution) SENSITIVE = [] include Aws::Structure end |