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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ivs.CfnRecordingConfiguration.ThumbnailConfigurationProperty
CfnRecordingConfiguration.ThumbnailConfigurationProperty.Builder, CfnRecordingConfiguration.ThumbnailConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRecordingConfiguration.ThumbnailConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThumbnail recording mode.final StringThe desired resolution of recorded thumbnails for a stream.The format in which thumbnails are recorded for a stream.final NumberThe targeted thumbnail-generation interval in seconds.final inthashCode()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.ThumbnailConfigurationPropertyThumbnail 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 :
INTERVALDefault: - "INTERVAL"
- Specified by:
getRecordingModein interfaceCfnRecordingConfiguration.ThumbnailConfigurationProperty- See Also:
-
getResolution
Description copied from interface:CfnRecordingConfiguration.ThumbnailConfigurationPropertyThe 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:
getResolutionin interfaceCfnRecordingConfiguration.ThumbnailConfigurationProperty- See Also:
-
getStorage
Description copied from interface:CfnRecordingConfiguration.ThumbnailConfigurationPropertyThe format in which thumbnails are recorded for a stream.SEQUENTIALrecords all generated thumbnails in a serial manner, to the media/thumbnails directory.LATESTsaves the latest thumbnail in media/thumbnails/latest/thumb.jpg and overwrites it at the interval specified bytargetIntervalSeconds. You can enable bothSEQUENTIALandLATEST. Default:SEQUENTIAL.- Specified by:
getStoragein interfaceCfnRecordingConfiguration.ThumbnailConfigurationProperty- See Also:
-
getTargetIntervalSeconds
Description copied from interface:CfnRecordingConfiguration.ThumbnailConfigurationPropertyThe targeted thumbnail-generation interval in seconds. This is configurable (and required) only if RecordingMode isINTERVAL.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
Default: - 60
- Specified by:
getTargetIntervalSecondsin interfaceCfnRecordingConfiguration.ThumbnailConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-