Class CfnChannel.CaptionDescriptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.CaptionDescriptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.CaptionDescriptionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.CaptionDescriptionProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.CaptionDescriptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.CaptionDescriptionProperty
An implementation for
CfnChannel.CaptionDescriptionProperty
-
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.CaptionDescriptionProperty
CfnChannel.CaptionDescriptionProperty.Builder, CfnChannel.CaptionDescriptionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.CaptionDescriptionProperty.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
final String
Specifies which input captions selector to use as a captions source when generating output captions.final Object
Additional settings for a captions destination that depend on the destination type.final String
final String
An ISO 639-2 three-digit code.final String
Human-readable information to indicate the captions that are available for players (for example, English or Spanish).final String
getName()
The name of the captions description.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.CaptionDescriptionProperty.Builder
.
-
-
Method Details
-
getAccessibility
- Specified by:
getAccessibility
in interfaceCfnChannel.CaptionDescriptionProperty
- See Also:
-
getCaptionDashRoles
- Specified by:
getCaptionDashRoles
in interfaceCfnChannel.CaptionDescriptionProperty
- See Also:
-
getCaptionSelectorName
Description copied from interface:CfnChannel.CaptionDescriptionProperty
Specifies which input captions selector to use as a captions source when generating output captions.This field should match a captionSelector name.
- Specified by:
getCaptionSelectorName
in interfaceCfnChannel.CaptionDescriptionProperty
- See Also:
-
getDestinationSettings
Description copied from interface:CfnChannel.CaptionDescriptionProperty
Additional settings for a captions destination that depend on the destination type.- Specified by:
getDestinationSettings
in interfaceCfnChannel.CaptionDescriptionProperty
- See Also:
-
getDvbDashAccessibility
- Specified by:
getDvbDashAccessibility
in interfaceCfnChannel.CaptionDescriptionProperty
- See Also:
-
getLanguageCode
Description copied from interface:CfnChannel.CaptionDescriptionProperty
An ISO 639-2 three-digit code.For more information, see http://www.loc.gov/standards/iso639-2/.
- Specified by:
getLanguageCode
in interfaceCfnChannel.CaptionDescriptionProperty
- See Also:
-
getLanguageDescription
Description copied from interface:CfnChannel.CaptionDescriptionProperty
Human-readable information to indicate the captions that are available for players (for example, English or Spanish).- Specified by:
getLanguageDescription
in interfaceCfnChannel.CaptionDescriptionProperty
- See Also:
-
getName
Description copied from interface:CfnChannel.CaptionDescriptionProperty
The name of the captions description.The name is used to associate a captions description with an output. Names must be unique within a channel.
- Specified by:
getName
in interfaceCfnChannel.CaptionDescriptionProperty
- 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()
-