@Stability(value=Stable) @Internal public static final class CfnRecordingConfiguration.ThumbnailConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRecordingConfiguration.ThumbnailConfigurationProperty
CfnRecordingConfiguration.ThumbnailConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnRecordingConfiguration.ThumbnailConfigurationProperty.Builder, CfnRecordingConfiguration.ThumbnailConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnRecordingConfiguration.ThumbnailConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnRecordingConfiguration.DestinationConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getRecordingMode()
Thumbnail recording mode.
|
Number |
getTargetIntervalSeconds()
The targeted thumbnail-generation interval in seconds.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnRecordingConfiguration.ThumbnailConfigurationProperty.Builder builder)
CfnRecordingConfiguration.DestinationConfigurationProperty.Builder.public final String getRecordingMode()
CfnRecordingConfiguration.ThumbnailConfigurationProperty
DISABLED : Use DISABLED to disable the generation of thumbnails for recorded video.INTERVAL : Use INTERVAL to enable the generation of thumbnails for recorded video at a time interval controlled by the TargetIntervalSeconds property.
Default : INTERVAL
getRecordingMode in interface CfnRecordingConfiguration.ThumbnailConfigurationPropertypublic final Number getTargetIntervalSeconds()
CfnRecordingConfiguration.ThumbnailConfigurationProperty
Setting a value for
TargetIntervalSecondsdoes not guarantee that thumbnails are generated at the specified interval. For thumbnails to be generated at theTargetIntervalSecondsinterval, theIDR/Keyframevalue for the input video must be less than theTargetIntervalSecondsvalue. See Amazon IVS Streaming Configuration for information on settingIDR/Keyframeto the recommended value in video-encoder settings.
Default : 60
Valid Range : Minumum value of 5. Maximum value of 60.
getTargetIntervalSeconds in interface CfnRecordingConfiguration.ThumbnailConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.