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

Description

 
Synopsis

Documentation

data AncillarySourceSettings Source #

Settings for ancillary captions source.

See: newAncillarySourceSettings smart constructor.

Constructors

AncillarySourceSettings' 

Fields

  • convert608To708 :: Maybe AncillaryConvert608To708

    Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert (UPCONVERT), MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.

  • sourceAncillaryChannelNumber :: Maybe Natural

    Specifies the 608 channel number in the ancillary data track from which to extract captions. Unused for passthrough.

  • terminateCaptions :: Maybe AncillaryTerminateCaptions

    By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.

Instances

Instances details
FromJSON AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AncillarySourceSettings

ToJSON AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AncillarySourceSettings

Generic AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AncillarySourceSettings

Associated Types

type Rep AncillarySourceSettings :: Type -> Type #

Read AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AncillarySourceSettings

Show AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AncillarySourceSettings

NFData AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AncillarySourceSettings

Methods

rnf :: AncillarySourceSettings -> () #

Eq AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AncillarySourceSettings

Hashable AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AncillarySourceSettings

type Rep AncillarySourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AncillarySourceSettings

type Rep AncillarySourceSettings = D1 ('MetaData "AncillarySourceSettings" "Amazonka.MediaConvert.Types.AncillarySourceSettings" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "AncillarySourceSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "convert608To708") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AncillaryConvert608To708)) :*: (S1 ('MetaSel ('Just "sourceAncillaryChannelNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "terminateCaptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AncillaryTerminateCaptions)))))

newAncillarySourceSettings :: AncillarySourceSettings Source #

Create a value of AncillarySourceSettings 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:convert608To708:AncillarySourceSettings', ancillarySourceSettings_convert608To708 - Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert (UPCONVERT), MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.

$sel:sourceAncillaryChannelNumber:AncillarySourceSettings', ancillarySourceSettings_sourceAncillaryChannelNumber - Specifies the 608 channel number in the ancillary data track from which to extract captions. Unused for passthrough.

$sel:terminateCaptions:AncillarySourceSettings', ancillarySourceSettings_terminateCaptions - By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.

ancillarySourceSettings_convert608To708 :: Lens' AncillarySourceSettings (Maybe AncillaryConvert608To708) Source #

Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert (UPCONVERT), MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.

ancillarySourceSettings_sourceAncillaryChannelNumber :: Lens' AncillarySourceSettings (Maybe Natural) Source #

Specifies the 608 channel number in the ancillary data track from which to extract captions. Unused for passthrough.

ancillarySourceSettings_terminateCaptions :: Lens' AncillarySourceSettings (Maybe AncillaryTerminateCaptions) Source #

By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.