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 AncillarySourceSettings = AncillarySourceSettings' {}
- newAncillarySourceSettings :: AncillarySourceSettings
- ancillarySourceSettings_convert608To708 :: Lens' AncillarySourceSettings (Maybe AncillaryConvert608To708)
- ancillarySourceSettings_terminateCaptions :: Lens' AncillarySourceSettings (Maybe AncillaryTerminateCaptions)
- ancillarySourceSettings_sourceAncillaryChannelNumber :: Lens' AncillarySourceSettings (Maybe Natural)
Documentation
data AncillarySourceSettings Source #
Settings for ancillary captions source.
See: newAncillarySourceSettings
smart constructor.
AncillarySourceSettings' | |
|
Instances
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: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.
$sel:sourceAncillaryChannelNumber:AncillarySourceSettings'
, ancillarySourceSettings_sourceAncillaryChannelNumber
- Specifies the 608 channel number in the ancillary data track from which
to extract captions. Unused for passthrough.
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_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.
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.