Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data EmbeddedSourceSettings = EmbeddedSourceSettings' {}
- newEmbeddedSourceSettings :: EmbeddedSourceSettings
- embeddedSourceSettings_convert608To708 :: Lens' EmbeddedSourceSettings (Maybe EmbeddedConvert608To708)
- embeddedSourceSettings_scte20Detection :: Lens' EmbeddedSourceSettings (Maybe EmbeddedScte20Detection)
- embeddedSourceSettings_source608ChannelNumber :: Lens' EmbeddedSourceSettings (Maybe Natural)
- embeddedSourceSettings_source608TrackNumber :: Lens' EmbeddedSourceSettings (Maybe Natural)
Documentation
data EmbeddedSourceSettings Source #
Embedded Source Settings
See: newEmbeddedSourceSettings
smart constructor.
EmbeddedSourceSettings' | |
|
Instances
newEmbeddedSourceSettings :: EmbeddedSourceSettings Source #
Create a value of EmbeddedSourceSettings
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:EmbeddedSourceSettings'
, embeddedSourceSettings_convert608To708
- If upconvert, 608 data is both passed through via the "608
compatibility bytes" fields of the 708 wrapper as well as translated
into 708. 708 data present in the source content will be discarded.
$sel:scte20Detection:EmbeddedSourceSettings'
, embeddedSourceSettings_scte20Detection
- Set to "auto" to handle streams with intermittent and/or non-aligned
SCTE-20 and Embedded captions.
$sel:source608ChannelNumber:EmbeddedSourceSettings'
, embeddedSourceSettings_source608ChannelNumber
- Specifies the 608/708 channel number within the video track from which
to extract captions. Unused for passthrough.
$sel:source608TrackNumber:EmbeddedSourceSettings'
, embeddedSourceSettings_source608TrackNumber
- This field is unused and deprecated.
embeddedSourceSettings_convert608To708 :: Lens' EmbeddedSourceSettings (Maybe EmbeddedConvert608To708) Source #
If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.
embeddedSourceSettings_scte20Detection :: Lens' EmbeddedSourceSettings (Maybe EmbeddedScte20Detection) Source #
Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.
embeddedSourceSettings_source608ChannelNumber :: Lens' EmbeddedSourceSettings (Maybe Natural) Source #
Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.
embeddedSourceSettings_source608TrackNumber :: Lens' EmbeddedSourceSettings (Maybe Natural) Source #
This field is unused and deprecated.