amazonka-mediaconvert-2.0: Amazon Elemental MediaConvert 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.MediaConvert.Types.WebvttStylePassthrough

Description

 
Synopsis

Documentation

newtype WebvttStylePassthrough Source #

To use the available style, color, and position information from your input captions: Set Style passthrough (stylePassthrough) to Enabled (ENABLED). MediaConvert uses default settings when style and position information is missing from your input captions. To recreate the input captions exactly: Set Style passthrough to Strict (STRICT). MediaConvert automatically applies timing adjustments, including adjustments for frame rate conversion, ad avails, and input clipping. Your input captions format must be WebVTT. To ignore the style and position information from your input captions and use simplified output captions: Set Style passthrough to Disabled (DISABLED), or leave blank.

Instances

Instances details
FromJSON WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

FromJSONKey WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

ToJSON WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

ToJSONKey WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

ToByteString WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

ToHeader WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

ToLog WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

ToQuery WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

FromText WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

ToText WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

FromXML WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

ToXML WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

Generic WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

Associated Types

type Rep WebvttStylePassthrough :: Type -> Type #

Read WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

Show WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

NFData WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

Methods

rnf :: WebvttStylePassthrough -> () #

Eq WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

Ord WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

Hashable WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

type Rep WebvttStylePassthrough Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttStylePassthrough

type Rep WebvttStylePassthrough = D1 ('MetaData "WebvttStylePassthrough" "Amazonka.MediaConvert.Types.WebvttStylePassthrough" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'True) (C1 ('MetaCons "WebvttStylePassthrough'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWebvttStylePassthrough") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))