public static interface ThumbnailConfiguration.Builder extends SdkPojo, CopyableBuilder<ThumbnailConfiguration.Builder,ThumbnailConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ThumbnailConfiguration.Builder |
recordingMode(RecordingMode recordingMode)
Thumbnail recording mode.
|
ThumbnailConfiguration.Builder |
recordingMode(String recordingMode)
Thumbnail recording mode.
|
ThumbnailConfiguration.Builder |
targetIntervalSeconds(Long targetIntervalSeconds)
The targeted thumbnail-generation interval in seconds.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThumbnailConfiguration.Builder recordingMode(String recordingMode)
Thumbnail recording mode. Default: INTERVAL.
recordingMode - Thumbnail recording mode. Default: INTERVAL.RecordingMode,
RecordingModeThumbnailConfiguration.Builder recordingMode(RecordingMode recordingMode)
Thumbnail recording mode. Default: INTERVAL.
recordingMode - Thumbnail recording mode. Default: INTERVAL.RecordingMode,
RecordingModeThumbnailConfiguration.Builder targetIntervalSeconds(Long 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.
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.
Copyright © 2022. All rights reserved.