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 WebvttDestinationSettings Source #
Webvtt Destination Settings
See: newWebvttDestinationSettings
smart constructor.
WebvttDestinationSettings' | |
|
Instances
newWebvttDestinationSettings :: WebvttDestinationSettings Source #
Create a value of WebvttDestinationSettings
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:styleControl:WebvttDestinationSettings'
, webvttDestinationSettings_styleControl
- Controls whether the color and position of the source captions is passed
through to the WebVTT output captions. PASSTHROUGH - Valid only if the
source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass
through the style. The output captions will not contain any font styling
information.
webvttDestinationSettings_styleControl :: Lens' WebvttDestinationSettings (Maybe WebvttDestinationStyleControl) Source #
Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information.