Class CfnChannel.CaptionSelectorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.CaptionSelectorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.CaptionSelectorProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.CaptionSelectorProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.CaptionSelectorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.CaptionSelectorProperty
An implementation for
CfnChannel.CaptionSelectorProperty
-
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.CaptionSelectorProperty
CfnChannel.CaptionSelectorProperty.Builder, CfnChannel.CaptionSelectorProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.CaptionSelectorProperty.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
When specified, this field indicates the three-letter language code of the captions track to extract from the source.final String
getName()
The name identifier for a captions selector.final Object
Information about the specific audio to extract from the input.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.CaptionSelectorProperty.Builder
.
-
-
Method Details
-
getLanguageCode
Description copied from interface:CfnChannel.CaptionSelectorProperty
When specified, this field indicates the three-letter language code of the captions track to extract from the source.- Specified by:
getLanguageCode
in interfaceCfnChannel.CaptionSelectorProperty
- See Also:
-
getName
Description copied from interface:CfnChannel.CaptionSelectorProperty
The name identifier for a captions selector.This name is used to associate this captions selector with one or more captions descriptions. Names must be unique within a channel.
- Specified by:
getName
in interfaceCfnChannel.CaptionSelectorProperty
- See Also:
-
getSelectorSettings
Description copied from interface:CfnChannel.CaptionSelectorProperty
Information about the specific audio to extract from the input.- Specified by:
getSelectorSettings
in interfaceCfnChannel.CaptionSelectorProperty
- 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()
-