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.SrtStylePassthrough
Description
Synopsis
- newtype SrtStylePassthrough where
Documentation
newtype SrtStylePassthrough 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
SrtStylePassthrough' | |
Fields |
Bundled Patterns
pattern SrtStylePassthrough_DISABLED :: SrtStylePassthrough | |
pattern SrtStylePassthrough_ENABLED :: SrtStylePassthrough |