libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.GlobalConfiguration

Description

 
Synopsis

Documentation

data GlobalConfiguration Source #

Global Configuration

See: newGlobalConfiguration smart constructor.

Constructors

GlobalConfiguration' 

Fields

  • outputLockingMode :: Maybe GlobalConfigurationOutputLockingMode

    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.

  • inputLossBehavior :: Maybe InputLossBehavior

    Settings for system actions when input is lost.

  • initialAudioGain :: Maybe Int

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

  • supportLowFramerateInputs :: Maybe GlobalConfigurationLowFramerateInputs

    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.

  • inputEndAction :: Maybe GlobalConfigurationInputEndAction

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

  • outputTimingSource :: Maybe GlobalConfigurationOutputTimingSource

    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.

Instances

Instances details
Eq GlobalConfiguration Source # 
Instance details

Defined in Amazonka.MediaLive.Types.GlobalConfiguration

Read GlobalConfiguration Source # 
Instance details

Defined in Amazonka.MediaLive.Types.GlobalConfiguration

Show GlobalConfiguration Source # 
Instance details

Defined in Amazonka.MediaLive.Types.GlobalConfiguration

Generic GlobalConfiguration Source # 
Instance details

Defined in Amazonka.MediaLive.Types.GlobalConfiguration

Associated Types

type Rep GlobalConfiguration :: Type -> Type #

NFData GlobalConfiguration Source # 
Instance details

Defined in Amazonka.MediaLive.Types.GlobalConfiguration

Methods

rnf :: GlobalConfiguration -> () #

Hashable GlobalConfiguration Source # 
Instance details

Defined in Amazonka.MediaLive.Types.GlobalConfiguration

ToJSON GlobalConfiguration Source # 
Instance details

Defined in Amazonka.MediaLive.Types.GlobalConfiguration

FromJSON GlobalConfiguration Source # 
Instance details

Defined in Amazonka.MediaLive.Types.GlobalConfiguration

type Rep GlobalConfiguration Source # 
Instance details

Defined in Amazonka.MediaLive.Types.GlobalConfiguration

newGlobalConfiguration :: GlobalConfiguration Source #

Create a value of GlobalConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:outputLockingMode:GlobalConfiguration', globalConfiguration_outputLockingMode - 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.

$sel:inputLossBehavior:GlobalConfiguration', globalConfiguration_inputLossBehavior - Settings for system actions when input is lost.

$sel:initialAudioGain:GlobalConfiguration', globalConfiguration_initialAudioGain - Value to set the initial audio gain for the Live Event.

$sel:supportLowFramerateInputs:GlobalConfiguration', globalConfiguration_supportLowFramerateInputs - 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.

$sel:inputEndAction:GlobalConfiguration', globalConfiguration_inputEndAction - 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).

$sel:outputTimingSource:GlobalConfiguration', globalConfiguration_outputTimingSource - 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.

globalConfiguration_outputLockingMode :: Lens' GlobalConfiguration (Maybe GlobalConfigurationOutputLockingMode) Source #

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.

globalConfiguration_initialAudioGain :: Lens' GlobalConfiguration (Maybe Int) Source #

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

globalConfiguration_supportLowFramerateInputs :: Lens' GlobalConfiguration (Maybe GlobalConfigurationLowFramerateInputs) Source #

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.

globalConfiguration_inputEndAction :: Lens' GlobalConfiguration (Maybe GlobalConfigurationInputEndAction) Source #

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

globalConfiguration_outputTimingSource :: Lens' GlobalConfiguration (Maybe GlobalConfigurationOutputTimingSource) 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.