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