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 AvailBlanking Source #
Avail Blanking
See: newAvailBlanking
smart constructor.
AvailBlanking' | |
|
Instances
newAvailBlanking :: AvailBlanking Source #
Create a value of AvailBlanking
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:availBlankingImage:AvailBlanking'
, availBlanking_availBlankingImage
- Blanking image to be used. Leave empty for solid black. Only bmp and png
images are supported.
$sel:state:AvailBlanking'
, availBlanking_state
- When set to enabled, causes video, audio and captions to be blanked when
insertion metadata is added.
availBlanking_availBlankingImage :: Lens' AvailBlanking (Maybe InputLocation) Source #
Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported.
availBlanking_state :: Lens' AvailBlanking (Maybe AvailBlankingState) Source #
When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.