Class CfnChannelPropsMixin.AudioLanguageSelectionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.AudioLanguageSelectionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPropsMixin.AudioLanguageSelectionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPropsMixin.AudioLanguageSelectionProperty
@Stability(Stable)
@Internal
public static final class CfnChannelPropsMixin.AudioLanguageSelectionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPropsMixin.AudioLanguageSelectionProperty
An implementation for
CfnChannelPropsMixin.AudioLanguageSelectionProperty-
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.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.AudioLanguageSelectionProperty
CfnChannelPropsMixin.AudioLanguageSelectionProperty.Builder, CfnChannelPropsMixin.AudioLanguageSelectionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.AudioLanguageSelectionProperty.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 StringSelects a specific three-letter language code from within an audio source.final StringWhen set to "strict," the transport stream demux strictly identifies audio streams by their language descriptor.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 theCfnChannelPropsMixin.AudioLanguageSelectionProperty.Builder.
-
-
Method Details
-
getLanguageCode
Description copied from interface:CfnChannelPropsMixin.AudioLanguageSelectionPropertySelects a specific three-letter language code from within an audio source.- Specified by:
getLanguageCodein interfaceCfnChannelPropsMixin.AudioLanguageSelectionProperty- See Also:
-
getLanguageSelectionPolicy
Description copied from interface:CfnChannelPropsMixin.AudioLanguageSelectionPropertyWhen set to "strict," the transport stream demux strictly identifies audio streams by their language descriptor.If a PMT update occurs such that an audio stream matching the initially selected language is no longer present, then mute is encoded until the language returns. If set to "loose," then on a PMT update the demux chooses another audio stream in the program with the same stream type if it can't find one with the same language.
- Specified by:
getLanguageSelectionPolicyin interfaceCfnChannelPropsMixin.AudioLanguageSelectionProperty- 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()
-