Class: Aws::Types::InputDeviceConfigurableSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_channel_pairs::Array[Types::InputDeviceConfigurableAudioChannelPairConfig]

Returns the value of attribute audio_channel_pairs.



1757
1758
1759
# File 'sig/types.rbs', line 1757

def audio_channel_pairs
  @audio_channel_pairs
end

#codec"HEVC", "AVC"

Returns the value of attribute codec.

Returns:

  • ("HEVC", "AVC")


1755
1756
1757
# File 'sig/types.rbs', line 1755

def codec
  @codec
end

#configured_input"AUTO", ...

Returns the value of attribute configured_input.

Returns:

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


1752
1753
1754
# File 'sig/types.rbs', line 1752

def configured_input
  @configured_input
end

#input_resolution::String

Returns the value of attribute input_resolution.

Returns:

  • (::String)


1758
1759
1760
# File 'sig/types.rbs', line 1758

def input_resolution
  @input_resolution
end

#latency_ms::Integer

Returns the value of attribute latency_ms.

Returns:

  • (::Integer)


1754
1755
1756
# File 'sig/types.rbs', line 1754

def latency_ms
  @latency_ms
end

#max_bitrate::Integer

Returns the value of attribute max_bitrate.

Returns:

  • (::Integer)


1753
1754
1755
# File 'sig/types.rbs', line 1753

def max_bitrate
  @max_bitrate
end

#mediaconnect_settingsTypes::InputDeviceMediaConnectConfigurableSettings

Returns the value of attribute mediaconnect_settings.



1756
1757
1758
# File 'sig/types.rbs', line 1756

def mediaconnect_settings
  @mediaconnect_settings
end