Class: Aws::MediaLive::Types::GlobalConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::GlobalConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Global Configuration
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#initial_audio_gain ⇒ Integer
Value to set the initial audio gain for the Live Event.
-
#input_end_action ⇒ String
Indicates the action to take when the current input completes (e.g. end-of-file).
-
#input_loss_behavior ⇒ Types::InputLossBehavior
Settings for system actions when input is lost.
-
#output_locking_mode ⇒ String
Indicates how MediaLive pipelines are synchronized.
-
#output_locking_settings ⇒ Types::OutputLockingSettings
Advanced output locking settings.
-
#output_timing_source ⇒ String
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.
-
#support_low_framerate_inputs ⇒ String
Adjusts video input buffer for streams with very low video framerates.
Instance Attribute Details
#initial_audio_gain ⇒ Integer
Value to set the initial audio gain for the Live Event.
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 |
# File 'lib/aws-sdk-medialive/types.rb', line 5024 class GlobalConfiguration < Struct.new( :initial_audio_gain, :input_end_action, :input_loss_behavior, :output_locking_mode, :output_timing_source, :support_low_framerate_inputs, :output_locking_settings) SENSITIVE = [] include Aws::Structure end |
#input_end_action ⇒ String
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).
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 |
# File 'lib/aws-sdk-medialive/types.rb', line 5024 class GlobalConfiguration < Struct.new( :initial_audio_gain, :input_end_action, :input_loss_behavior, :output_locking_mode, :output_timing_source, :support_low_framerate_inputs, :output_locking_settings) SENSITIVE = [] include Aws::Structure end |
#input_loss_behavior ⇒ Types::InputLossBehavior
Settings for system actions when input is lost.
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 |
# File 'lib/aws-sdk-medialive/types.rb', line 5024 class GlobalConfiguration < Struct.new( :initial_audio_gain, :input_end_action, :input_loss_behavior, :output_locking_mode, :output_timing_source, :support_low_framerate_inputs, :output_locking_settings) SENSITIVE = [] include Aws::Structure end |
#output_locking_mode ⇒ String
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. DISABLED - MediaLive will not attempt to synchronize the output of pipelines. We advise against disabling output locking because it has negative side effects in most workflows. For more information, see the section about output locking (pipeline locking) in the Medialive user guide.
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 |
# File 'lib/aws-sdk-medialive/types.rb', line 5024 class GlobalConfiguration < Struct.new( :initial_audio_gain, :input_end_action, :input_loss_behavior, :output_locking_mode, :output_timing_source, :support_low_framerate_inputs, :output_locking_settings) SENSITIVE = [] include Aws::Structure end |
#output_locking_settings ⇒ Types::OutputLockingSettings
Advanced output locking settings
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 |
# File 'lib/aws-sdk-medialive/types.rb', line 5024 class GlobalConfiguration < Struct.new( :initial_audio_gain, :input_end_action, :input_loss_behavior, :output_locking_mode, :output_timing_source, :support_low_framerate_inputs, :output_locking_settings) SENSITIVE = [] include Aws::Structure end |
#output_timing_source ⇒ String
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.
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 |
# File 'lib/aws-sdk-medialive/types.rb', line 5024 class GlobalConfiguration < Struct.new( :initial_audio_gain, :input_end_action, :input_loss_behavior, :output_locking_mode, :output_timing_source, :support_low_framerate_inputs, :output_locking_settings) SENSITIVE = [] include Aws::Structure end |
#support_low_framerate_inputs ⇒ String
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.
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 |
# File 'lib/aws-sdk-medialive/types.rb', line 5024 class GlobalConfiguration < Struct.new( :initial_audio_gain, :input_end_action, :input_loss_behavior, :output_locking_mode, :output_timing_source, :support_low_framerate_inputs, :output_locking_settings) SENSITIVE = [] include Aws::Structure end |