class Aws::MediaLive::Types::GlobalConfiguration
Global Configuration
@note When making an API call, you may pass GlobalConfiguration
data as a hash: { initial_audio_gain: 1, input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS input_loss_behavior: { black_frame_msec: 1, input_loss_image_color: "__stringMin6Max6", input_loss_image_slate: { password_param: "__string", uri: "__string", # required username: "__string", }, input_loss_image_type: "COLOR", # accepts COLOR, SLATE repeat_frame_msec: 1, }, output_locking_mode: "EPOCH_LOCKING", # accepts EPOCH_LOCKING, PIPELINE_LOCKING output_timing_source: "INPUT_CLOCK", # accepts INPUT_CLOCK, SYSTEM_CLOCK support_low_framerate_inputs: "DISABLED", # accepts DISABLED, ENABLED }
@!attribute [rw] initial_audio_gain
Value to set the initial audio gain for the Live Event. @return [Integer]
@!attribute [rw] input_end_action
Indicates the action to take when the current input completes (e.g. end-of-file). When switchAndLoopInputs is configured the encoder will restart at the beginning of the first input. When "none" is configured the encoder will transcode either black, a solid color, or a user specified slate images per the "Input Loss Behavior" configuration until the next input switch occurs (which is controlled through the Channel Schedule API). @return [String]
@!attribute [rw] input_loss_behavior
Settings for system actions when input is lost. @return [Types::InputLossBehavior]
@!attribute [rw] output_locking_mode
Indicates how MediaLive pipelines are synchronized. PIPELINE\_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other. EPOCH\_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch. @return [String]
@!attribute [rw] output_timing_source
Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream. @return [String]
@!attribute [rw] support_low_framerate_inputs
Adjusts video input buffer for streams with very low video framerates. This is commonly set to enabled for music channels with less than one video frame per second. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/GlobalConfiguration AWS API Documentation
Constants
- SENSITIVE