| 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.VideoDetail
Description
Synopsis
Documentation
data VideoDetail Source #
Contains details about the output's video stream
See: newVideoDetail smart constructor.
Constructors
| VideoDetail' | |
Instances
newVideoDetail :: VideoDetail Source #
Create a value of VideoDetail with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:heightInPx:VideoDetail', videoDetail_heightInPx - Height in pixels for the output
$sel:widthInPx:VideoDetail', videoDetail_widthInPx - Width in pixels for the output
videoDetail_heightInPx :: Lens' VideoDetail (Maybe Int) Source #
Height in pixels for the output
videoDetail_widthInPx :: Lens' VideoDetail (Maybe Int) Source #
Width in pixels for the output