ThumbnailConfiguration
An object representing a configuration of thumbnails for recorded video.
Contents
- recordingMode
-
Thumbnail recording mode. Default:
INTERVAL
.Type: String
Valid Values:
DISABLED | INTERVAL
Required: No
- targetIntervalSeconds
-
The targeted thumbnail-generation interval in seconds. This is configurable (and required) only if
recordingMode
isINTERVAL
. 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 thetargetIntervalSeconds
interval, theIDR/Keyframe
value for the input video must be less than thetargetIntervalSeconds
value. See Amazon IVS Streaming Configuration for information on settingIDR/Keyframe
to the recommended value in video-encoder settings.Type: Long
Valid Range: Minimum value of 5. Maximum value of 60.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: