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 |
Amazonka.MediaConvert.Types.DvbSubtitleShadowColor
Description
Synopsis
- newtype DvbSubtitleShadowColor where
Documentation
newtype DvbSubtitleShadowColor Source #
Specify the color of the shadow cast by the captions. Leave Shadow color (ShadowColor) blank and set Style passthrough (StylePassthrough) to enabled to use the shadow color data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.
Constructors
DvbSubtitleShadowColor' | |
Fields |
Bundled Patterns
pattern DvbSubtitleShadowColor_AUTO :: DvbSubtitleShadowColor | |
pattern DvbSubtitleShadowColor_BLACK :: DvbSubtitleShadowColor | |
pattern DvbSubtitleShadowColor_NONE :: DvbSubtitleShadowColor | |
pattern DvbSubtitleShadowColor_WHITE :: DvbSubtitleShadowColor |