Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data CaptionSelector = CaptionSelector' {}
- newCaptionSelector :: CaptionSelector
- captionSelector_customLanguageCode :: Lens' CaptionSelector (Maybe Text)
- captionSelector_languageCode :: Lens' CaptionSelector (Maybe LanguageCode)
- captionSelector_sourceSettings :: Lens' CaptionSelector (Maybe CaptionSourceSettings)
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.
CaptionSelector' | |
|
Instances
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.