public static final class CfnChannel.VideoCodecSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.VideoCodecSettingsProperty
CfnChannel.VideoCodecSettingsProperty
CfnChannel.VideoCodecSettingsProperty.Builder, CfnChannel.VideoCodecSettingsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getFrameCaptureSettings()
The settings for the video codec in a frame capture output.
|
java.lang.Object |
getH264Settings()
The settings for the H.264 codec in the output.
|
java.lang.Object |
getH265Settings()
Settings for video encoded with the H265 codec.
|
java.lang.Object |
getMpeg2Settings()
Settings for video encoded with the MPEG-2 codec.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getFrameCaptureSettings()
CfnChannel.VideoCodecSettingsProperty
getFrameCaptureSettings
in interface CfnChannel.VideoCodecSettingsProperty
public final java.lang.Object getH264Settings()
CfnChannel.VideoCodecSettingsProperty
getH264Settings
in interface CfnChannel.VideoCodecSettingsProperty
public final java.lang.Object getH265Settings()
CfnChannel.VideoCodecSettingsProperty
getH265Settings
in interface CfnChannel.VideoCodecSettingsProperty
public final java.lang.Object getMpeg2Settings()
CfnChannel.VideoCodecSettingsProperty
getMpeg2Settings
in interface CfnChannel.VideoCodecSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()