| 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.Xavc4kProfileCodecProfile
Description
Synopsis
Documentation
newtype Xavc4kProfileCodecProfile Source #
Specify the codec profile for this output. Choose High, 8-bit, 4:2:0 (HIGH) or High, 10-bit, 4:2:2 (HIGH_422). These profiles are specified in ITU-T H.264.
Constructors
| Xavc4kProfileCodecProfile' | |
Fields | |
Bundled Patterns
| pattern Xavc4kProfileCodecProfile_HIGH :: Xavc4kProfileCodecProfile | |
| pattern Xavc4kProfileCodecProfile_HIGH_422 :: Xavc4kProfileCodecProfile |