Class CfnRecordingConfiguration.ThumbnailConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRecordingConfiguration.ThumbnailConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRecordingConfiguration.ThumbnailConfigurationProperty
CfnRecordingConfiguration.ThumbnailConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ivs.CfnRecordingConfiguration.ThumbnailConfigurationProperty
CfnRecordingConfiguration.ThumbnailConfigurationProperty.Builder, CfnRecordingConfiguration.ThumbnailConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRecordingConfiguration.ThumbnailConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Thumbnail recording mode.final String
The desired resolution of recorded thumbnails for a stream.The format in which thumbnails are recorded for a stream.final Number
The targeted thumbnail-generation interval in seconds.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRecordingConfiguration.ThumbnailConfigurationProperty.Builder
.
-
-
Method Details
-
getRecordingMode
Description copied from interface:CfnRecordingConfiguration.ThumbnailConfigurationProperty
Thumbnail recording mode. Valid values:.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
Default: - "INTERVAL"
- Specified by:
getRecordingMode
in interfaceCfnRecordingConfiguration.ThumbnailConfigurationProperty
- See Also:
-
getResolution
Description copied from interface:CfnRecordingConfiguration.ThumbnailConfigurationProperty
The desired resolution of recorded thumbnails for a stream.Thumbnails are recorded at the selected resolution if the corresponding rendition is available during the stream; otherwise, they are recorded at source resolution. For more information about resolution values and their corresponding height and width dimensions, see Auto-Record to Amazon S3 .
- Specified by:
getResolution
in interfaceCfnRecordingConfiguration.ThumbnailConfigurationProperty
- See Also:
-
getStorage
Description copied from interface:CfnRecordingConfiguration.ThumbnailConfigurationProperty
The format in which thumbnails are recorded for a stream.SEQUENTIAL
records all generated thumbnails in a serial manner, to the media/thumbnails directory.LATEST
saves the latest thumbnail in media/thumbnails/latest/thumb.jpg and overwrites it at the interval specified bytargetIntervalSeconds
. You can enable bothSEQUENTIAL
andLATEST
. Default:SEQUENTIAL
.- Specified by:
getStorage
in interfaceCfnRecordingConfiguration.ThumbnailConfigurationProperty
- See Also:
-
getTargetIntervalSeconds
Description copied from interface:CfnRecordingConfiguration.ThumbnailConfigurationProperty
The targeted thumbnail-generation interval in seconds. This is configurable (and required) only if RecordingMode isINTERVAL
.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.Default : 60
Default: - 60
- Specified by:
getTargetIntervalSeconds
in interfaceCfnRecordingConfiguration.ThumbnailConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-