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 |
Synopsis
- newtype H265GopSizeUnits where
- H265GopSizeUnits' { }
- pattern H265GopSizeUnits_FRAMES :: H265GopSizeUnits
- pattern H265GopSizeUnits_SECONDS :: H265GopSizeUnits
Documentation
newtype H265GopSizeUnits Source #
Indicates if the GOP Size in H265 is specified in frames or seconds. If seconds the system will convert the GOP Size into a frame count at run time.
pattern H265GopSizeUnits_FRAMES :: H265GopSizeUnits | |
pattern H265GopSizeUnits_SECONDS :: H265GopSizeUnits |