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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#active_inputString

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

Returns:

  • (String)


10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'lib/aws-sdk-medialive/types.rb', line 10100

class InputDeviceHdSettings < Struct.new(
  :active_input,
  :configured_input,
  :device_state,
  :framerate,
  :height,
  :max_bitrate,
  :scan_type,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#configured_inputString

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

Returns:

  • (String)


10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'lib/aws-sdk-medialive/types.rb', line 10100

class InputDeviceHdSettings < Struct.new(
  :active_input,
  :configured_input,
  :device_state,
  :framerate,
  :height,
  :max_bitrate,
  :scan_type,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#device_stateString

The state of the input device.

Returns:

  • (String)


10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'lib/aws-sdk-medialive/types.rb', line 10100

class InputDeviceHdSettings < Struct.new(
  :active_input,
  :configured_input,
  :device_state,
  :framerate,
  :height,
  :max_bitrate,
  :scan_type,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#framerateFloat

The frame rate of the video source.

Returns:

  • (Float)


10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'lib/aws-sdk-medialive/types.rb', line 10100

class InputDeviceHdSettings < Struct.new(
  :active_input,
  :configured_input,
  :device_state,
  :framerate,
  :height,
  :max_bitrate,
  :scan_type,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#heightInteger

The height of the video source, in pixels.

Returns:

  • (Integer)


10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'lib/aws-sdk-medialive/types.rb', line 10100

class InputDeviceHdSettings < Struct.new(
  :active_input,
  :configured_input,
  :device_state,
  :framerate,
  :height,
  :max_bitrate,
  :scan_type,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#max_bitrateInteger

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

Returns:

  • (Integer)


10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'lib/aws-sdk-medialive/types.rb', line 10100

class InputDeviceHdSettings < Struct.new(
  :active_input,
  :configured_input,
  :device_state,
  :framerate,
  :height,
  :max_bitrate,
  :scan_type,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#scan_typeString

The scan type of the video source.

Returns:

  • (String)


10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'lib/aws-sdk-medialive/types.rb', line 10100

class InputDeviceHdSettings < Struct.new(
  :active_input,
  :configured_input,
  :device_state,
  :framerate,
  :height,
  :max_bitrate,
  :scan_type,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#widthInteger

The width of the video source, in pixels.

Returns:

  • (Integer)


10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
# File 'lib/aws-sdk-medialive/types.rb', line 10100

class InputDeviceHdSettings < Struct.new(
  :active_input,
  :configured_input,
  :device_state,
  :framerate,
  :height,
  :max_bitrate,
  :scan_type,
  :width)
  SENSITIVE = []
  include Aws::Structure
end