Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::MediaLive::Types::GlobalConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Global Configuration

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#initial_audio_gainInteger

Value to set the initial audio gain for the Live Event.

Returns:

  • (Integer)

4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4980

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_actionString

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).

Returns:

  • (String)

4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4980

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_behaviorTypes::InputLossBehavior

Settings for system actions when input is lost.


4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4980

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_modeString

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.

Returns:

  • (String)

4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4980

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_settingsTypes::OutputLockingSettings

Advanced output locking settings


4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4980

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_sourceString

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.

Returns:

  • (String)

4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4980

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_inputsString

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.

Returns:

  • (String)

4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4980

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