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 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.
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 |