Class: Aws::Types::InputDeviceHdSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_input"HDMI", "SDI"

Returns the value of attribute active_input.

Returns:

  • ("HDMI", "SDI")


1769
1770
1771
# File 'sig/types.rbs', line 1769

def active_input
  @active_input
end

#configured_input"AUTO", ...

Returns the value of attribute configured_input.

Returns:

  • ("AUTO", "HDMI", "SDI")


1770
1771
1772
# File 'sig/types.rbs', line 1770

def configured_input
  @configured_input
end

#device_state"IDLE", "STREAMING"

Returns the value of attribute device_state.

Returns:

  • ("IDLE", "STREAMING")


1771
1772
1773
# File 'sig/types.rbs', line 1771

def device_state
  @device_state
end

#framerate::Float

Returns the value of attribute framerate.

Returns:

  • (::Float)


1772
1773
1774
# File 'sig/types.rbs', line 1772

def framerate
  @framerate
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


1773
1774
1775
# File 'sig/types.rbs', line 1773

def height
  @height
end

#latency_ms::Integer

Returns the value of attribute latency_ms.

Returns:

  • (::Integer)


1777
1778
1779
# File 'sig/types.rbs', line 1777

def latency_ms
  @latency_ms
end

#max_bitrate::Integer

Returns the value of attribute max_bitrate.

Returns:

  • (::Integer)


1774
1775
1776
# File 'sig/types.rbs', line 1774

def max_bitrate
  @max_bitrate
end

#scan_type"INTERLACED", "PROGRESSIVE"

Returns the value of attribute scan_type.

Returns:

  • ("INTERLACED", "PROGRESSIVE")


1775
1776
1777
# File 'sig/types.rbs', line 1775

def scan_type
  @scan_type
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


1776
1777
1778
# File 'sig/types.rbs', line 1776

def width
  @width
end