Class CfnChannel.AudioLanguageSelectionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.AudioLanguageSelectionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.AudioLanguageSelectionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnChannel.AudioLanguageSelectionProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.AudioLanguageSelectionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.AudioLanguageSelectionProperty
An implementation for
CfnChannel.AudioLanguageSelectionProperty
-
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.AudioLanguageSelectionProperty
CfnChannel.AudioLanguageSelectionProperty.Builder, CfnChannel.AudioLanguageSelectionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.AudioLanguageSelectionProperty.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 String
Selects a specific three-letter language code from within an audio source.final String
When set to "strict," the transport stream demux strictly identifies audio streams by their language descriptor.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.AudioLanguageSelectionProperty.Builder
.
-
-
Method Details
-
getLanguageCode
Description copied from interface:CfnChannel.AudioLanguageSelectionProperty
Selects a specific three-letter language code from within an audio source.- Specified by:
getLanguageCode
in interfaceCfnChannel.AudioLanguageSelectionProperty
-
getLanguageSelectionPolicy
Description copied from interface:CfnChannel.AudioLanguageSelectionProperty
When 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:
getLanguageSelectionPolicy
in interfaceCfnChannel.AudioLanguageSelectionProperty
-
$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()
-