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

Description

 
Synopsis

Documentation

data StopTimecode Source #

Settings to identify the end of the clip.

See: newStopTimecode smart constructor.

Constructors

StopTimecode' 

Fields

  • lastFrameClippingBehavior :: Maybe LastFrameClippingBehavior

    If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.

  • timecode :: Maybe Text

    The timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues to the end of the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.

Instances

Instances details
Eq StopTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StopTimecode

Read StopTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StopTimecode

Show StopTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StopTimecode

Generic StopTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StopTimecode

Associated Types

type Rep StopTimecode :: Type -> Type #

NFData StopTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StopTimecode

Methods

rnf :: StopTimecode -> () #

Hashable StopTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StopTimecode

ToJSON StopTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StopTimecode

FromJSON StopTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StopTimecode

type Rep StopTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StopTimecode

type Rep StopTimecode = D1 ('MetaData "StopTimecode" "Amazonka.MediaLive.Types.StopTimecode" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "StopTimecode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lastFrameClippingBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LastFrameClippingBehavior)) :*: S1 ('MetaSel ('Just "timecode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStopTimecode :: StopTimecode Source #

Create a value of StopTimecode 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:lastFrameClippingBehavior:StopTimecode', stopTimecode_lastFrameClippingBehavior - If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.

$sel:timecode:StopTimecode', stopTimecode_timecode - The timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues to the end of the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.

stopTimecode_lastFrameClippingBehavior :: Lens' StopTimecode (Maybe LastFrameClippingBehavior) Source #

If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.

stopTimecode_timecode :: Lens' StopTimecode (Maybe Text) Source #

The timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues to the end of the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.