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
- data HlsImageBasedTrickPlaySettings = HlsImageBasedTrickPlaySettings' {}
- newHlsImageBasedTrickPlaySettings :: HlsImageBasedTrickPlaySettings
- hlsImageBasedTrickPlaySettings_tileWidth :: Lens' HlsImageBasedTrickPlaySettings (Maybe Natural)
- hlsImageBasedTrickPlaySettings_thumbnailHeight :: Lens' HlsImageBasedTrickPlaySettings (Maybe Natural)
- hlsImageBasedTrickPlaySettings_intervalCadence :: Lens' HlsImageBasedTrickPlaySettings (Maybe HlsIntervalCadence)
- hlsImageBasedTrickPlaySettings_thumbnailWidth :: Lens' HlsImageBasedTrickPlaySettings (Maybe Natural)
- hlsImageBasedTrickPlaySettings_thumbnailInterval :: Lens' HlsImageBasedTrickPlaySettings (Maybe Double)
- hlsImageBasedTrickPlaySettings_tileHeight :: Lens' HlsImageBasedTrickPlaySettings (Maybe Natural)
Documentation
data HlsImageBasedTrickPlaySettings Source #
Tile and thumbnail settings applicable when imageBasedTrickPlay is ADVANCED
See: newHlsImageBasedTrickPlaySettings
smart constructor.
HlsImageBasedTrickPlaySettings' | |
|
Instances
newHlsImageBasedTrickPlaySettings :: HlsImageBasedTrickPlaySettings Source #
Create a value of HlsImageBasedTrickPlaySettings
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:tileWidth:HlsImageBasedTrickPlaySettings'
, hlsImageBasedTrickPlaySettings_tileWidth
- Number of thumbnails in each row of a tile image. Set a value between 1
and 512.
$sel:thumbnailHeight:HlsImageBasedTrickPlaySettings'
, hlsImageBasedTrickPlaySettings_thumbnailHeight
- Height of each thumbnail within each tile image, in pixels. Leave blank
to maintain aspect ratio with thumbnail width. If following the aspect
ratio would lead to a total tile height greater than 4096, then the job
will be rejected. Must be divisible by 2.
$sel:intervalCadence:HlsImageBasedTrickPlaySettings'
, hlsImageBasedTrickPlaySettings_intervalCadence
- The cadence MediaConvert follows for generating thumbnails. If set to
FOLLOW_IFRAME, MediaConvert generates thumbnails for each IDR frame in
the output (matching the GOP cadence). If set to FOLLOW_CUSTOM,
MediaConvert generates thumbnails according to the interval you specify
in thumbnailInterval.
$sel:thumbnailWidth:HlsImageBasedTrickPlaySettings'
, hlsImageBasedTrickPlaySettings_thumbnailWidth
- Width of each thumbnail within each tile image, in pixels. Default is
312. Must be divisible by 8.
$sel:thumbnailInterval:HlsImageBasedTrickPlaySettings'
, hlsImageBasedTrickPlaySettings_thumbnailInterval
- Enter the interval, in seconds, that MediaConvert uses to generate
thumbnails. If the interval you enter doesn't align with the output
frame rate, MediaConvert automatically rounds the interval to align with
the output frame rate. For example, if the output frame rate is 29.97
frames per second and you enter 5, MediaConvert uses a 150 frame
interval to generate thumbnails.
$sel:tileHeight:HlsImageBasedTrickPlaySettings'
, hlsImageBasedTrickPlaySettings_tileHeight
- Number of thumbnails in each column of a tile image. Set a value between
2 and 2048. Must be divisible by 2.
hlsImageBasedTrickPlaySettings_tileWidth :: Lens' HlsImageBasedTrickPlaySettings (Maybe Natural) Source #
Number of thumbnails in each row of a tile image. Set a value between 1 and 512.
hlsImageBasedTrickPlaySettings_thumbnailHeight :: Lens' HlsImageBasedTrickPlaySettings (Maybe Natural) Source #
Height of each thumbnail within each tile image, in pixels. Leave blank to maintain aspect ratio with thumbnail width. If following the aspect ratio would lead to a total tile height greater than 4096, then the job will be rejected. Must be divisible by 2.
hlsImageBasedTrickPlaySettings_intervalCadence :: Lens' HlsImageBasedTrickPlaySettings (Maybe HlsIntervalCadence) Source #
The cadence MediaConvert follows for generating thumbnails. If set to FOLLOW_IFRAME, MediaConvert generates thumbnails for each IDR frame in the output (matching the GOP cadence). If set to FOLLOW_CUSTOM, MediaConvert generates thumbnails according to the interval you specify in thumbnailInterval.
hlsImageBasedTrickPlaySettings_thumbnailWidth :: Lens' HlsImageBasedTrickPlaySettings (Maybe Natural) Source #
Width of each thumbnail within each tile image, in pixels. Default is 312. Must be divisible by 8.
hlsImageBasedTrickPlaySettings_thumbnailInterval :: Lens' HlsImageBasedTrickPlaySettings (Maybe Double) Source #
Enter the interval, in seconds, that MediaConvert uses to generate thumbnails. If the interval you enter doesn't align with the output frame rate, MediaConvert automatically rounds the interval to align with the output frame rate. For example, if the output frame rate is 29.97 frames per second and you enter 5, MediaConvert uses a 150 frame interval to generate thumbnails.
hlsImageBasedTrickPlaySettings_tileHeight :: Lens' HlsImageBasedTrickPlaySettings (Maybe Natural) Source #
Number of thumbnails in each column of a tile image. Set a value between 2 and 2048. Must be divisible by 2.