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 |
Documentation
data Scte20SourceSettings Source #
Scte20 Source Settings
See: newScte20SourceSettings
smart constructor.
Scte20SourceSettings' | |
|
Instances
newScte20SourceSettings :: Scte20SourceSettings Source #
Create a value of Scte20SourceSettings
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:Scte20SourceSettings'
, scte20SourceSettings_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:source608ChannelNumber:Scte20SourceSettings'
, scte20SourceSettings_source608ChannelNumber
- Specifies the 608/708 channel number within the video track from which
to extract captions. Unused for passthrough.
scte20SourceSettings_convert608To708 :: Lens' Scte20SourceSettings (Maybe Scte20Convert608To708) 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.
scte20SourceSettings_source608ChannelNumber :: Lens' Scte20SourceSettings (Maybe Natural) Source #
Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.