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.



1760
1761
1762
# File 'sig/types.rbs', line 1760

def audio_channel_pairs
  @audio_channel_pairs
end

#codec"HEVC", "AVC"

Returns the value of attribute codec.

Returns:

  • ("HEVC", "AVC")


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

def codec
  @codec
end

#configured_input"AUTO", ...

Returns the value of attribute configured_input.

Returns:

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


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

def configured_input
  @configured_input
end

#input_resolution::String

Returns the value of attribute input_resolution.

Returns:

  • (::String)


1761
1762
1763
# File 'sig/types.rbs', line 1761

def input_resolution
  @input_resolution
end

#latency_ms::Integer

Returns the value of attribute latency_ms.

Returns:

  • (::Integer)


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

def latency_ms
  @latency_ms
end

#max_bitrate::Integer

Returns the value of attribute max_bitrate.

Returns:

  • (::Integer)


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

def max_bitrate
  @max_bitrate
end

#mediaconnect_settingsTypes::InputDeviceMediaConnectConfigurableSettings

Returns the value of attribute mediaconnect_settings.



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

def mediaconnect_settings
  @mediaconnect_settings
end