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

Description

 
Synopsis

Documentation

data CaptionSelector Source #

Use captions selectors to specify the captions data from your input that you use in your outputs. You can use up to 20 captions selectors per input.

See: newCaptionSelector smart constructor.

Constructors

CaptionSelector' 

Fields

  • customLanguageCode :: Maybe Text

    The specific language to extract from source, using the ISO 639-2 or ISO 639-3 three-letter language code. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in or SMPTE-TT, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions.

  • languageCode :: Maybe LanguageCode

    The specific language to extract from source. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in or SMPTE-TT, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions.

  • sourceSettings :: Maybe CaptionSourceSettings

    If your input captions are SCC, TTML, STL, SMI, SRT, or IMSC in an xml file, specify the URI of the input captions source file. If your input captions are IMSC in an IMF package, use TrackSourceSettings instead of FileSoureSettings.

Instances

Instances details
FromJSON CaptionSelector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSelector

ToJSON CaptionSelector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSelector

Generic CaptionSelector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSelector

Associated Types

type Rep CaptionSelector :: Type -> Type #

Read CaptionSelector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSelector

Show CaptionSelector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSelector

NFData CaptionSelector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSelector

Methods

rnf :: CaptionSelector -> () #

Eq CaptionSelector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSelector

Hashable CaptionSelector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSelector

type Rep CaptionSelector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CaptionSelector

type Rep CaptionSelector = D1 ('MetaData "CaptionSelector" "Amazonka.MediaConvert.Types.CaptionSelector" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "CaptionSelector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customLanguageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode)) :*: S1 ('MetaSel ('Just "sourceSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CaptionSourceSettings)))))

newCaptionSelector :: CaptionSelector Source #

Create a value of CaptionSelector 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:customLanguageCode:CaptionSelector', captionSelector_customLanguageCode - The specific language to extract from source, using the ISO 639-2 or ISO 639-3 three-letter language code. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in or SMPTE-TT, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions.

$sel:languageCode:CaptionSelector', captionSelector_languageCode - The specific language to extract from source. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in or SMPTE-TT, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions.

$sel:sourceSettings:CaptionSelector', captionSelector_sourceSettings - If your input captions are SCC, TTML, STL, SMI, SRT, or IMSC in an xml file, specify the URI of the input captions source file. If your input captions are IMSC in an IMF package, use TrackSourceSettings instead of FileSoureSettings.

captionSelector_customLanguageCode :: Lens' CaptionSelector (Maybe Text) Source #

The specific language to extract from source, using the ISO 639-2 or ISO 639-3 three-letter language code. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in or SMPTE-TT, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions.

captionSelector_languageCode :: Lens' CaptionSelector (Maybe LanguageCode) Source #

The specific language to extract from source. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in or SMPTE-TT, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions.

captionSelector_sourceSettings :: Lens' CaptionSelector (Maybe CaptionSourceSettings) Source #

If your input captions are SCC, TTML, STL, SMI, SRT, or IMSC in an xml file, specify the URI of the input captions source file. If your input captions are IMSC in an IMF package, use TrackSourceSettings instead of FileSoureSettings.