| 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.IVS.Types.ThumbnailConfiguration
Description
Documentation
data ThumbnailConfiguration Source #
An object representing a configuration of thumbnails for recorded video.
See: newThumbnailConfiguration smart constructor.
Constructors
| ThumbnailConfiguration' | |
Fields
| |
Instances
newThumbnailConfiguration :: ThumbnailConfiguration Source #
Create a value of ThumbnailConfiguration 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:recordingMode:ThumbnailConfiguration', thumbnailConfiguration_recordingMode - Thumbnail recording mode. Default: INTERVAL.
$sel:targetIntervalSeconds:ThumbnailConfiguration', thumbnailConfiguration_targetIntervalSeconds - The targeted thumbnail-generation interval in seconds. This is
configurable (and required) only if recordingMode is INTERVAL.
Default: 60.
Important: Setting a value for targetIntervalSeconds does not
guarantee that thumbnails are generated at the specified interval. For
thumbnails to be generated at the targetIntervalSeconds interval, the
IDR/Keyframe value for the input video must be less than the
targetIntervalSeconds value. See
Amazon IVS Streaming Configuration
for information on setting IDR/Keyframe to the recommended value in
video-encoder settings.
thumbnailConfiguration_recordingMode :: Lens' ThumbnailConfiguration (Maybe RecordingMode) Source #
Thumbnail recording mode. Default: INTERVAL.
thumbnailConfiguration_targetIntervalSeconds :: Lens' ThumbnailConfiguration (Maybe Natural) Source #
The targeted thumbnail-generation interval in seconds. This is
configurable (and required) only if recordingMode is INTERVAL.
Default: 60.
Important: Setting a value for targetIntervalSeconds does not
guarantee that thumbnails are generated at the specified interval. For
thumbnails to be generated at the targetIntervalSeconds interval, the
IDR/Keyframe value for the input video must be less than the
targetIntervalSeconds value. See
Amazon IVS Streaming Configuration
for information on setting IDR/Keyframe to the recommended value in
video-encoder settings.