public static final class CfnChannel.AudioCodecSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.AudioCodecSettingsProperty
CfnChannel.AudioCodecSettingsProperty
CfnChannel.AudioCodecSettingsProperty.Builder, CfnChannel.AudioCodecSettingsProperty.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 |
getAacSettings()
The setup of the AAC audio codec in the output.
|
java.lang.Object |
getAc3Settings()
The setup of an AC3 audio codec in the output.
|
java.lang.Object |
getEac3Settings()
The setup of an EAC3 audio codec in the output.
|
java.lang.Object |
getMp2Settings()
The setup of an MP2 audio codec in the output.
|
java.lang.Object |
getPassThroughSettings()
The setup to pass through the Dolby audio codec to the output.
|
java.lang.Object |
getWavSettings()
Settings for audio encoded with the WAV 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 getAacSettings()
CfnChannel.AudioCodecSettingsProperty
getAacSettings
in interface CfnChannel.AudioCodecSettingsProperty
public final java.lang.Object getAc3Settings()
CfnChannel.AudioCodecSettingsProperty
getAc3Settings
in interface CfnChannel.AudioCodecSettingsProperty
public final java.lang.Object getEac3Settings()
CfnChannel.AudioCodecSettingsProperty
getEac3Settings
in interface CfnChannel.AudioCodecSettingsProperty
public final java.lang.Object getMp2Settings()
CfnChannel.AudioCodecSettingsProperty
getMp2Settings
in interface CfnChannel.AudioCodecSettingsProperty
public final java.lang.Object getPassThroughSettings()
CfnChannel.AudioCodecSettingsProperty
getPassThroughSettings
in interface CfnChannel.AudioCodecSettingsProperty
public final java.lang.Object getWavSettings()
CfnChannel.AudioCodecSettingsProperty
getWavSettings
in interface CfnChannel.AudioCodecSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()