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

Class: Aws::MediaLive::Types::InputDeviceHdSettings

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#active_inputString

If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).

Possible values:

  • HDMI
  • SDI

Returns:

  • (String)

    If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).

#configured_inputString

The source at the input device that is currently active. You can specify this source.

Possible values:

  • AUTO
  • HDMI
  • SDI

Returns:

  • (String)

    The source at the input device that is currently active.

#device_stateString

The state of the input device.

Possible values:

  • IDLE
  • STREAMING

Returns:

  • (String)

    The state of the input device.

#framerateFloat

The frame rate of the video source.

Returns:

  • (Float)

    The frame rate of the video source.

#heightInteger

The height of the video source, in pixels.

Returns:

  • (Integer)

    The height of the video source, in pixels.

#max_bitrateInteger

The current maximum bitrate for ingesting this source, in bits per second. You can specify this maximum.

Returns:

  • (Integer)

    The current maximum bitrate for ingesting this source, in bits per second.

#scan_typeString

The scan type of the video source.

Possible values:

  • INTERLACED
  • PROGRESSIVE

Returns:

  • (String)

    The scan type of the video source.

#widthInteger

The width of the video source, in pixels.

Returns:

  • (Integer)

    The width of the video source, in pixels.