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 H265CodecProfile where
- H265CodecProfile' { }
- pattern H265CodecProfile_MAIN10_HIGH :: H265CodecProfile
- pattern H265CodecProfile_MAIN10_MAIN :: H265CodecProfile
- pattern H265CodecProfile_MAIN_422_10BIT_HIGH :: H265CodecProfile
- pattern H265CodecProfile_MAIN_422_10BIT_MAIN :: H265CodecProfile
- pattern H265CodecProfile_MAIN_422_8BIT_HIGH :: H265CodecProfile
- pattern H265CodecProfile_MAIN_422_8BIT_MAIN :: H265CodecProfile
- pattern H265CodecProfile_MAIN_HIGH :: H265CodecProfile
- pattern H265CodecProfile_MAIN_MAIN :: H265CodecProfile
Documentation
newtype H265CodecProfile Source #
Represents the Profile and Tier, per the HEVC (H.265) specification. Selections are grouped as [Profile] / [Tier], so "Main/High" represents Main Profile with High Tier. 4:2:2 profiles are only available with the HEVC 4:2:2 License.
pattern H265CodecProfile_MAIN10_HIGH :: H265CodecProfile | |
pattern H265CodecProfile_MAIN10_MAIN :: H265CodecProfile | |
pattern H265CodecProfile_MAIN_422_10BIT_HIGH :: H265CodecProfile | |
pattern H265CodecProfile_MAIN_422_10BIT_MAIN :: H265CodecProfile | |
pattern H265CodecProfile_MAIN_422_8BIT_HIGH :: H265CodecProfile | |
pattern H265CodecProfile_MAIN_422_8BIT_MAIN :: H265CodecProfile | |
pattern H265CodecProfile_MAIN_HIGH :: H265CodecProfile | |
pattern H265CodecProfile_MAIN_MAIN :: H265CodecProfile |