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.Av1BitDepth
Description
Synopsis
- newtype Av1BitDepth where
- Av1BitDepth' { }
- pattern Av1BitDepth_BIT_10 :: Av1BitDepth
- pattern Av1BitDepth_BIT_8 :: Av1BitDepth
Documentation
newtype Av1BitDepth Source #
Specify the Bit depth (Av1BitDepth). You can choose 8-bit (BIT_8) or 10-bit (BIT_10).
Constructors
Av1BitDepth' | |
Fields |
Bundled Patterns
pattern Av1BitDepth_BIT_10 :: Av1BitDepth | |
pattern Av1BitDepth_BIT_8 :: Av1BitDepth |