Class CfnChannel.FrameCaptureSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.FrameCaptureSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.FrameCaptureSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.FrameCaptureSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.FrameCaptureSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.FrameCaptureSettingsProperty
An implementation for
CfnChannel.FrameCaptureSettingsProperty-
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.medialive.CfnChannel.FrameCaptureSettingsProperty
CfnChannel.FrameCaptureSettingsProperty.Builder, CfnChannel.FrameCaptureSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.FrameCaptureSettingsProperty.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 NumberThe frequency, in seconds, for capturing frames for inclusion in the output.final StringUnit for the frame capture interval.final ObjectReturns union: eitherIResolvableorCfnChannel.TimecodeBurninSettingsPropertyfinal 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 theCfnChannel.FrameCaptureSettingsProperty.Builder.
-
-
Method Details
-
getCaptureInterval
Description copied from interface:CfnChannel.FrameCaptureSettingsPropertyThe frequency, in seconds, for capturing frames for inclusion in the output.For example, "10" means capture a frame every 10 seconds.
- Specified by:
getCaptureIntervalin interfaceCfnChannel.FrameCaptureSettingsProperty- See Also:
-
getCaptureIntervalUnits
Description copied from interface:CfnChannel.FrameCaptureSettingsPropertyUnit for the frame capture interval.- Specified by:
getCaptureIntervalUnitsin interfaceCfnChannel.FrameCaptureSettingsProperty- See Also:
-
getTimecodeBurninSettings
Description copied from interface:CfnChannel.FrameCaptureSettingsPropertyReturns union: eitherIResolvableorCfnChannel.TimecodeBurninSettingsProperty- Specified by:
getTimecodeBurninSettingsin interfaceCfnChannel.FrameCaptureSettingsProperty- 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()
-