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

Description

 
Synopsis

Documentation

data SrtDestinationSettings Source #

Settings related to SRT captions. SRT 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. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to SRT.

See: newSrtDestinationSettings smart constructor.

Constructors

SrtDestinationSettings' 

Fields

  • stylePassthrough :: Maybe SrtStylePassthrough

    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 SrtDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SrtDestinationSettings

Read SrtDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SrtDestinationSettings

Show SrtDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SrtDestinationSettings

Generic SrtDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SrtDestinationSettings

Associated Types

type Rep SrtDestinationSettings :: Type -> Type #

NFData SrtDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SrtDestinationSettings

Methods

rnf :: SrtDestinationSettings -> () #

Hashable SrtDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SrtDestinationSettings

ToJSON SrtDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SrtDestinationSettings

FromJSON SrtDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SrtDestinationSettings

type Rep SrtDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SrtDestinationSettings

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

newSrtDestinationSettings :: SrtDestinationSettings Source #

Create a value of SrtDestinationSettings 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:SrtDestinationSettings', srtDestinationSettings_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.

srtDestinationSettings_stylePassthrough :: Lens' SrtDestinationSettings (Maybe SrtStylePassthrough) 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.