| 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.H264CodecProfile
Description
Synopsis
- newtype H264CodecProfile where
- H264CodecProfile' { }
- pattern H264CodecProfile_BASELINE :: H264CodecProfile
- pattern H264CodecProfile_HIGH :: H264CodecProfile
- pattern H264CodecProfile_HIGH_10BIT :: H264CodecProfile
- pattern H264CodecProfile_HIGH_422 :: H264CodecProfile
- pattern H264CodecProfile_HIGH_422_10BIT :: H264CodecProfile
- pattern H264CodecProfile_MAIN :: H264CodecProfile
Documentation
newtype H264CodecProfile Source #
H.264 Profile. High 4:2:2 and 10-bit profiles are only available with the AVC-I License.
Constructors
| H264CodecProfile' | |
Fields | |
Bundled Patterns
| pattern H264CodecProfile_BASELINE :: H264CodecProfile | |
| pattern H264CodecProfile_HIGH :: H264CodecProfile | |
| pattern H264CodecProfile_HIGH_10BIT :: H264CodecProfile | |
| pattern H264CodecProfile_HIGH_422 :: H264CodecProfile | |
| pattern H264CodecProfile_HIGH_422_10BIT :: H264CodecProfile | |
| pattern H264CodecProfile_MAIN :: H264CodecProfile |