| 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.MediaLive.Types.InputResolution
Description
Synopsis
- newtype InputResolution where
- InputResolution' { }
- pattern InputResolution_HD :: InputResolution
- pattern InputResolution_SD :: InputResolution
- pattern InputResolution_UHD :: InputResolution
Documentation
newtype InputResolution Source #
Input resolution based on lines of vertical resolution in the input; SD is less than 720 lines, HD is 720 to 1080 lines, UHD is greater than 1080 lines
Constructors
| InputResolution' | |
Fields | |
Bundled Patterns
| pattern InputResolution_HD :: InputResolution | |
| pattern InputResolution_SD :: InputResolution | |
| pattern InputResolution_UHD :: InputResolution |