libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
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.MediaConvert.Types.WebvttDestinationSettings

Description

 
Synopsis

Documentation

data WebvttDestinationSettings Source #

Settings related to WebVTT captions. WebVTT is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to WebVTT.

See: newWebvttDestinationSettings smart constructor.

Constructors

WebvttDestinationSettings' 

Fields

  • stylePassthrough :: Maybe WebvttStylePassthrough

    Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.

Instances

Instances details
Eq WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttDestinationSettings

Read WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttDestinationSettings

Show WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttDestinationSettings

Generic WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttDestinationSettings

Associated Types

type Rep WebvttDestinationSettings :: Type -> Type #

NFData WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttDestinationSettings

Hashable WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttDestinationSettings

ToJSON WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttDestinationSettings

FromJSON WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttDestinationSettings

type Rep WebvttDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.WebvttDestinationSettings

type Rep WebvttDestinationSettings = D1 ('MetaData "WebvttDestinationSettings" "Amazonka.MediaConvert.Types.WebvttDestinationSettings" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "WebvttDestinationSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stylePassthrough") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WebvttStylePassthrough))))

newWebvttDestinationSettings :: WebvttDestinationSettings Source #

Create a value of WebvttDestinationSettings 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:stylePassthrough:WebvttDestinationSettings', webvttDestinationSettings_stylePassthrough - Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.

webvttDestinationSettings_stylePassthrough :: Lens' WebvttDestinationSettings (Maybe WebvttStylePassthrough) Source #

Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.