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
Documentation
data VideoDetail Source #
Contains details about the output's video stream
See: newVideoDetail
smart constructor.
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