Class: Aws::MediaLive::Types::InputDeviceConfigurableSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Configurable settings for the input device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codecString

Choose the codec for the video that the device produces. Only UHD devices can specify this parameter.

Returns:

  • (String)


6517
6518
6519
6520
6521
6522
6523
6524
6525
# File 'lib/aws-sdk-medialive/types.rb', line 6517

class InputDeviceConfigurableSettings < Struct.new(
  :configured_input,
  :max_bitrate,
  :latency_ms,
  :codec,
  :mediaconnect_settings)
  SENSITIVE = []
  include Aws::Structure
end

#configured_inputString

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.

Returns:

  • (String)


6517
6518
6519
6520
6521
6522
6523
6524
6525
# File 'lib/aws-sdk-medialive/types.rb', line 6517

class InputDeviceConfigurableSettings < Struct.new(
  :configured_input,
  :max_bitrate,
  :latency_ms,
  :codec,
  :mediaconnect_settings)
  SENSITIVE = []
  include Aws::Structure
end

#latency_msInteger

The Link device’s buffer size (latency) in milliseconds (ms).

Returns:

  • (Integer)


6517
6518
6519
6520
6521
6522
6523
6524
6525
# File 'lib/aws-sdk-medialive/types.rb', line 6517

class InputDeviceConfigurableSettings < Struct.new(
  :configured_input,
  :max_bitrate,
  :latency_ms,
  :codec,
  :mediaconnect_settings)
  SENSITIVE = []
  include Aws::Structure
end

#max_bitrateInteger

The maximum bitrate in bits per second. Set a value here to throttle the bitrate of the source video.

Returns:

  • (Integer)


6517
6518
6519
6520
6521
6522
6523
6524
6525
# File 'lib/aws-sdk-medialive/types.rb', line 6517

class InputDeviceConfigurableSettings < Struct.new(
  :configured_input,
  :max_bitrate,
  :latency_ms,
  :codec,
  :mediaconnect_settings)
  SENSITIVE = []
  include Aws::Structure
end

#mediaconnect_settingsTypes::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.



6517
6518
6519
6520
6521
6522
6523
6524
6525
# File 'lib/aws-sdk-medialive/types.rb', line 6517

class InputDeviceConfigurableSettings < Struct.new(
  :configured_input,
  :max_bitrate,
  :latency_ms,
  :codec,
  :mediaconnect_settings)
  SENSITIVE = []
  include Aws::Structure
end