You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InputDeviceConfigurableSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  configured_input: "AUTO", # accepts AUTO, HDMI, SDI
  max_bitrate: 1,
}

Configurable settings for the input device.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

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

Possible values:

  • AUTO
  • HDMI
  • SDI

Returns:

  • (String)

    The input source that you want to use.

#max_bitrateInteger

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

Returns:

  • (Integer)

    The maximum bitrate in bits per second.