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
Documentation
data AvailBlanking Source #
Use ad avail blanking settings to specify your output content during SCTE-35 triggered ad avails. You can blank your video or overlay it with an image. MediaConvert also removes any audio and embedded captions during the ad avail. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ad-avail-blanking.html.
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.
availBlanking_availBlankingImage :: Lens' AvailBlanking (Maybe Text) Source #
Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported.