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 |
Amazonka.MediaConvert.Types.MotionImageInsertionMode
Description
Synopsis
- newtype MotionImageInsertionMode where
Documentation
newtype MotionImageInsertionMode Source #
Choose the type of motion graphic asset that you are providing for your overlay. You can choose either a .mov file or a series of .png files.
Constructors
MotionImageInsertionMode' | |
Fields |
Bundled Patterns
pattern MotionImageInsertionMode_MOV :: MotionImageInsertionMode | |
pattern MotionImageInsertionMode_PNG :: MotionImageInsertionMode |