Class CfnChannel.AudioSelectorSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.AudioSelectorSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.AudioSelectorSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.AudioSelectorSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.AudioSelectorSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.AudioSelectorSettingsProperty
An implementation for
CfnChannel.AudioSelectorSettingsProperty
-
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.AudioSelectorSettingsProperty
CfnChannel.AudioSelectorSettingsProperty.Builder, CfnChannel.AudioSelectorSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.AudioSelectorSettingsProperty.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
Selector for HLS audio rendition.final Object
The language code of the audio to select.final Object
The PID of the audio to select.final Object
Information about the audio track to extract.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.AudioSelectorSettingsProperty.Builder
.
-
-
Method Details
-
getAudioHlsRenditionSelection
Description copied from interface:CfnChannel.AudioSelectorSettingsProperty
Selector for HLS audio rendition.- Specified by:
getAudioHlsRenditionSelection
in interfaceCfnChannel.AudioSelectorSettingsProperty
- See Also:
-
getAudioLanguageSelection
Description copied from interface:CfnChannel.AudioSelectorSettingsProperty
The language code of the audio to select.- Specified by:
getAudioLanguageSelection
in interfaceCfnChannel.AudioSelectorSettingsProperty
- See Also:
-
getAudioPidSelection
Description copied from interface:CfnChannel.AudioSelectorSettingsProperty
The PID of the audio to select.- Specified by:
getAudioPidSelection
in interfaceCfnChannel.AudioSelectorSettingsProperty
- See Also:
-
getAudioTrackSelection
Description copied from interface:CfnChannel.AudioSelectorSettingsProperty
Information about the audio track to extract.- Specified by:
getAudioTrackSelection
in interfaceCfnChannel.AudioSelectorSettingsProperty
- 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()
-