Class CfnChannelPropsMixin.FrameCaptureSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.FrameCaptureSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPropsMixin.FrameCaptureSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPropsMixin.FrameCaptureSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannelPropsMixin.FrameCaptureSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPropsMixin.FrameCaptureSettingsProperty
An implementation for
CfnChannelPropsMixin.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.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.FrameCaptureSettingsProperty
CfnChannelPropsMixin.FrameCaptureSettingsProperty.Builder, CfnChannelPropsMixin.FrameCaptureSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.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: eitherIResolvableorCfnChannelPropsMixin.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 theCfnChannelPropsMixin.FrameCaptureSettingsProperty.Builder.
-
-
Method Details
-
getCaptureInterval
Description copied from interface:CfnChannelPropsMixin.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 interfaceCfnChannelPropsMixin.FrameCaptureSettingsProperty- See Also:
-
getCaptureIntervalUnits
Description copied from interface:CfnChannelPropsMixin.FrameCaptureSettingsPropertyUnit for the frame capture interval.- Specified by:
getCaptureIntervalUnitsin interfaceCfnChannelPropsMixin.FrameCaptureSettingsProperty- See Also:
-
getTimecodeBurninSettings
Description copied from interface:CfnChannelPropsMixin.FrameCaptureSettingsPropertyReturns union: eitherIResolvableorCfnChannelPropsMixin.TimecodeBurninSettingsProperty- Specified by:
getTimecodeBurninSettingsin interfaceCfnChannelPropsMixin.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()
-