| 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.Mpeg2GopSizeUnits
Description
Synopsis
- newtype Mpeg2GopSizeUnits where
- Mpeg2GopSizeUnits' { }
- pattern Mpeg2GopSizeUnits_FRAMES :: Mpeg2GopSizeUnits
- pattern Mpeg2GopSizeUnits_SECONDS :: Mpeg2GopSizeUnits
Documentation
newtype Mpeg2GopSizeUnits Source #
Specify the units for GOP size (GopSize). If you don't specify a value here, by default the encoder measures GOP size in frames.
Constructors
| Mpeg2GopSizeUnits' | |
Fields | |
Bundled Patterns
| pattern Mpeg2GopSizeUnits_FRAMES :: Mpeg2GopSizeUnits | |
| pattern Mpeg2GopSizeUnits_SECONDS :: Mpeg2GopSizeUnits |