Class: Aws::Types::InputDeviceUhdSettings

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")


1837
1838
1839
# File 'sig/types.rbs', line 1837

def active_input
  @active_input
end

#audio_channel_pairs::Array[Types::InputDeviceUhdAudioChannelPairConfig]

Returns the value of attribute audio_channel_pairs.



1848
1849
1850
# File 'sig/types.rbs', line 1848

def audio_channel_pairs
  @audio_channel_pairs
end

#codec"HEVC", "AVC"

Returns the value of attribute codec.

Returns:

  • ("HEVC", "AVC")


1846
1847
1848
# File 'sig/types.rbs', line 1846

def codec
  @codec
end

#configured_input"AUTO", ...

Returns the value of attribute configured_input.

Returns:

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


1838
1839
1840
# File 'sig/types.rbs', line 1838

def configured_input
  @configured_input
end

#device_state"IDLE", "STREAMING"

Returns the value of attribute device_state.

Returns:

  • ("IDLE", "STREAMING")


1839
1840
1841
# File 'sig/types.rbs', line 1839

def device_state
  @device_state
end

#framerate::Float

Returns the value of attribute framerate.

Returns:

  • (::Float)


1840
1841
1842
# File 'sig/types.rbs', line 1840

def framerate
  @framerate
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


1841
1842
1843
# File 'sig/types.rbs', line 1841

def height
  @height
end

#input_resolution::String

Returns the value of attribute input_resolution.

Returns:

  • (::String)


1849
1850
1851
# File 'sig/types.rbs', line 1849

def input_resolution
  @input_resolution
end

#latency_ms::Integer

Returns the value of attribute latency_ms.

Returns:

  • (::Integer)


1845
1846
1847
# File 'sig/types.rbs', line 1845

def latency_ms
  @latency_ms
end

#max_bitrate::Integer

Returns the value of attribute max_bitrate.

Returns:

  • (::Integer)


1842
1843
1844
# File 'sig/types.rbs', line 1842

def max_bitrate
  @max_bitrate
end

#mediaconnect_settingsTypes::InputDeviceMediaConnectSettings

Returns the value of attribute mediaconnect_settings.



1847
1848
1849
# File 'sig/types.rbs', line 1847

def mediaconnect_settings
  @mediaconnect_settings
end

#scan_type"INTERLACED", "PROGRESSIVE"

Returns the value of attribute scan_type.

Returns:

  • ("INTERLACED", "PROGRESSIVE")


1843
1844
1845
# File 'sig/types.rbs', line 1843

def scan_type
  @scan_type
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


1844
1845
1846
# File 'sig/types.rbs', line 1844

def width
  @width
end