Class: Aws::Types::GlobalConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GlobalConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#initial_audio_gain ⇒ ::Integer
Returns the value of attribute initial_audio_gain.
-
#input_end_action ⇒ "NONE", "SWITCH_AND_LOOP_INPUTS"
Returns the value of attribute input_end_action.
-
#input_loss_behavior ⇒ Types::InputLossBehavior
Returns the value of attribute input_loss_behavior.
-
#output_locking_mode ⇒ "EPOCH_LOCKING", ...
Returns the value of attribute output_locking_mode.
-
#output_locking_settings ⇒ Types::OutputLockingSettings
Returns the value of attribute output_locking_settings.
-
#output_timing_source ⇒ "INPUT_CLOCK", "SYSTEM_CLOCK"
Returns the value of attribute output_timing_source.
-
#support_low_framerate_inputs ⇒ "DISABLED", "ENABLED"
Returns the value of attribute support_low_framerate_inputs.
Instance Attribute Details
#initial_audio_gain ⇒ ::Integer
Returns the value of attribute initial_audio_gain.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def initial_audio_gain @initial_audio_gain end |
#input_end_action ⇒ "NONE", "SWITCH_AND_LOOP_INPUTS"
Returns the value of attribute input_end_action.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def input_end_action @input_end_action end |
#input_loss_behavior ⇒ Types::InputLossBehavior
Returns the value of attribute input_loss_behavior.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def input_loss_behavior @input_loss_behavior end |
#output_locking_mode ⇒ "EPOCH_LOCKING", ...
Returns the value of attribute output_locking_mode.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def output_locking_mode @output_locking_mode end |
#output_locking_settings ⇒ Types::OutputLockingSettings
Returns the value of attribute output_locking_settings.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def output_locking_settings @output_locking_settings end |
#output_timing_source ⇒ "INPUT_CLOCK", "SYSTEM_CLOCK"
Returns the value of attribute output_timing_source.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def output_timing_source @output_timing_source end |
#support_low_framerate_inputs ⇒ "DISABLED", "ENABLED"
Returns the value of attribute support_low_framerate_inputs.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def support_low_framerate_inputs @support_low_framerate_inputs end |