Class CfnChannelPropsMixin.VideoCodecSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.VideoCodecSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPropsMixin.VideoCodecSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPropsMixin.VideoCodecSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannelPropsMixin.VideoCodecSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPropsMixin.VideoCodecSettingsProperty
An implementation for
CfnChannelPropsMixin.VideoCodecSettingsProperty-
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.VideoCodecSettingsProperty
CfnChannelPropsMixin.VideoCodecSettingsProperty.Builder, CfnChannelPropsMixin.VideoCodecSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.VideoCodecSettingsProperty.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 ObjectReturns union: eitherIResolvableorCfnChannelPropsMixin.Av1SettingsPropertyfinal ObjectThe settings for the video codec in a frame capture output.final ObjectThe settings for the H.264 codec in the output.final ObjectSettings for video encoded with the H265 codec.final ObjectSettings for video encoded with the MPEG-2 codec.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 theCfnChannelPropsMixin.VideoCodecSettingsProperty.Builder.
-
-
Method Details
-
getAv1Settings
Description copied from interface:CfnChannelPropsMixin.VideoCodecSettingsPropertyReturns union: eitherIResolvableorCfnChannelPropsMixin.Av1SettingsProperty- Specified by:
getAv1Settingsin interfaceCfnChannelPropsMixin.VideoCodecSettingsProperty- See Also:
-
getFrameCaptureSettings
Description copied from interface:CfnChannelPropsMixin.VideoCodecSettingsPropertyThe settings for the video codec in a frame capture output.Returns union: either
IResolvableorCfnChannelPropsMixin.FrameCaptureSettingsProperty- Specified by:
getFrameCaptureSettingsin interfaceCfnChannelPropsMixin.VideoCodecSettingsProperty- See Also:
-
getH264Settings
Description copied from interface:CfnChannelPropsMixin.VideoCodecSettingsPropertyThe settings for the H.264 codec in the output.Returns union: either
IResolvableorCfnChannelPropsMixin.H264SettingsProperty- Specified by:
getH264Settingsin interfaceCfnChannelPropsMixin.VideoCodecSettingsProperty- See Also:
-
getH265Settings
Description copied from interface:CfnChannelPropsMixin.VideoCodecSettingsPropertySettings for video encoded with the H265 codec.Returns union: either
IResolvableorCfnChannelPropsMixin.H265SettingsProperty- Specified by:
getH265Settingsin interfaceCfnChannelPropsMixin.VideoCodecSettingsProperty- See Also:
-
getMpeg2Settings
Description copied from interface:CfnChannelPropsMixin.VideoCodecSettingsPropertySettings for video encoded with the MPEG-2 codec.Returns union: either
IResolvableorCfnChannelPropsMixin.Mpeg2SettingsProperty- Specified by:
getMpeg2Settingsin interfaceCfnChannelPropsMixin.VideoCodecSettingsProperty- 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()
-