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.WebvttStylePassthrough
Description
Synopsis
- newtype WebvttStylePassthrough where
Documentation
newtype WebvttStylePassthrough Source #
Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.
Constructors
WebvttStylePassthrough' | |
Fields |
Bundled Patterns
pattern WebvttStylePassthrough_DISABLED :: WebvttStylePassthrough | |
pattern WebvttStylePassthrough_ENABLED :: WebvttStylePassthrough |