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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.VideoCodecSettingsProperty
CfnChannel.VideoCodecSettingsProperty.Builder, CfnChannel.VideoCodecSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.VideoCodecSettingsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The settings for the video codec in a frame capture output.final Object
The settings for the H.264 codec in the output.final Object
Settings for video encoded with the H265 codec.final Object
Settings for video encoded with the MPEG-2 codec.final int
hashCode()
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
-
getFrameCaptureSettings
Description copied from interface:CfnChannel.VideoCodecSettingsProperty
The settings for the video codec in a frame capture output.- Specified by:
getFrameCaptureSettings
in interfaceCfnChannel.VideoCodecSettingsProperty
- See Also:
-
getH264Settings
Description copied from interface:CfnChannel.VideoCodecSettingsProperty
The settings for the H.264 codec in the output.- Specified by:
getH264Settings
in interfaceCfnChannel.VideoCodecSettingsProperty
- See Also:
-
getH265Settings
Description copied from interface:CfnChannel.VideoCodecSettingsProperty
Settings for video encoded with the H265 codec.- Specified by:
getH265Settings
in interfaceCfnChannel.VideoCodecSettingsProperty
- See Also:
-
getMpeg2Settings
Description copied from interface:CfnChannel.VideoCodecSettingsProperty
Settings for video encoded with the MPEG-2 codec.- Specified by:
getMpeg2Settings
in interfaceCfnChannel.VideoCodecSettingsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-