amazonka-medialive-2.0: Amazon Elemental MediaLive SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaLive.Types.StartTimecode

Description

 
Synopsis

Documentation

data StartTimecode Source #

Settings to identify the start of the clip.

See: newStartTimecode smart constructor.

Constructors

StartTimecode' 

Fields

  • timecode :: Maybe Text

    The timecode for the frame where you want to start the clip. Optional; if not specified, the clip starts at first frame in the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.

Instances

Instances details
FromJSON StartTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StartTimecode

ToJSON StartTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StartTimecode

Generic StartTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StartTimecode

Associated Types

type Rep StartTimecode :: Type -> Type #

Read StartTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StartTimecode

Show StartTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StartTimecode

NFData StartTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StartTimecode

Methods

rnf :: StartTimecode -> () #

Eq StartTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StartTimecode

Hashable StartTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StartTimecode

type Rep StartTimecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StartTimecode

type Rep StartTimecode = D1 ('MetaData "StartTimecode" "Amazonka.MediaLive.Types.StartTimecode" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "StartTimecode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timecode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStartTimecode :: StartTimecode Source #

Create a value of StartTimecode 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:timecode:StartTimecode', startTimecode_timecode - The timecode for the frame where you want to start the clip. Optional; if not specified, the clip starts at first frame in the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.

startTimecode_timecode :: Lens' StartTimecode (Maybe Text) Source #

The timecode for the frame where you want to start the clip. Optional; if not specified, the clip starts at first frame in the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.