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

Description

 
Synopsis

Documentation

data TimecodeConfig Source #

Timecode Config

See: newTimecodeConfig smart constructor.

Constructors

TimecodeConfig' 

Fields

  • syncThreshold :: Maybe Natural

    Threshold in frames beyond which output timecode is resynchronized to the input timecode. Discrepancies below this threshold are permitted to avoid unnecessary discontinuities in the output timecode. No timecode sync when this is not specified.

  • source :: TimecodeConfigSource

    Identifies the source for the timecode that will be associated with the events outputs. -Embedded (embedded): Initialize the output timecode with timecode from the the source. If no embedded timecode is detected in the source, the system falls back to using "Start at 0" (zerobased). -System Clock (systemclock): Use the UTC time. -Start at 0 (zerobased): The time of the first frame of the event will be 00:00:00:00.

Instances

Instances details
Eq TimecodeConfig Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TimecodeConfig

Read TimecodeConfig Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TimecodeConfig

Show TimecodeConfig Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TimecodeConfig

Generic TimecodeConfig Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TimecodeConfig

Associated Types

type Rep TimecodeConfig :: Type -> Type #

NFData TimecodeConfig Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TimecodeConfig

Methods

rnf :: TimecodeConfig -> () #

Hashable TimecodeConfig Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TimecodeConfig

ToJSON TimecodeConfig Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TimecodeConfig

FromJSON TimecodeConfig Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TimecodeConfig

type Rep TimecodeConfig Source # 
Instance details

Defined in Amazonka.MediaLive.Types.TimecodeConfig

type Rep TimecodeConfig = D1 ('MetaData "TimecodeConfig" "Amazonka.MediaLive.Types.TimecodeConfig" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "TimecodeConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "syncThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TimecodeConfigSource)))

newTimecodeConfig Source #

Create a value of TimecodeConfig 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:syncThreshold:TimecodeConfig', timecodeConfig_syncThreshold - Threshold in frames beyond which output timecode is resynchronized to the input timecode. Discrepancies below this threshold are permitted to avoid unnecessary discontinuities in the output timecode. No timecode sync when this is not specified.

$sel:source:TimecodeConfig', timecodeConfig_source - Identifies the source for the timecode that will be associated with the events outputs. -Embedded (embedded): Initialize the output timecode with timecode from the the source. If no embedded timecode is detected in the source, the system falls back to using "Start at 0" (zerobased). -System Clock (systemclock): Use the UTC time. -Start at 0 (zerobased): The time of the first frame of the event will be 00:00:00:00.

timecodeConfig_syncThreshold :: Lens' TimecodeConfig (Maybe Natural) Source #

Threshold in frames beyond which output timecode is resynchronized to the input timecode. Discrepancies below this threshold are permitted to avoid unnecessary discontinuities in the output timecode. No timecode sync when this is not specified.

timecodeConfig_source :: Lens' TimecodeConfig TimecodeConfigSource Source #

Identifies the source for the timecode that will be associated with the events outputs. -Embedded (embedded): Initialize the output timecode with timecode from the the source. If no embedded timecode is detected in the source, the system falls back to using "Start at 0" (zerobased). -System Clock (systemclock): Use the UTC time. -Start at 0 (zerobased): The time of the first frame of the event will be 00:00:00:00.