Class EmbeddedCaptionSourceOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.EmbeddedCaptionSourceOptions.Jsii$Proxy
- All Implemented Interfaces:
EmbeddedCaptionSourceOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EmbeddedCaptionSourceOptions
@Stability(Experimental)
@Internal
public static final class EmbeddedCaptionSourceOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EmbeddedCaptionSourceOptions
An implementation for
EmbeddedCaptionSourceOptions-
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.services.medialive.alpha.EmbeddedCaptionSourceOptions
EmbeddedCaptionSourceOptions.Builder, EmbeddedCaptionSourceOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEmbeddedCaptionSourceOptions.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 Convert608To708(experimental) Whether to upconvert 608 captions to 708.final Scte20Detection(experimental) SCTE-20 detection mode.final Number(experimental) The 608/708 channel number within the video track to extract captions from.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 theEmbeddedCaptionSourceOptions.Builder.
-
-
Method Details
-
getConvert608To708
Description copied from interface:EmbeddedCaptionSourceOptions(experimental) Whether to upconvert 608 captions to 708.Default: Convert608To708.DISABLED
- Specified by:
getConvert608To708in interfaceEmbeddedCaptionSourceOptions
-
getScte20Detection
Description copied from interface:EmbeddedCaptionSourceOptions(experimental) SCTE-20 detection mode.Default: Scte20Detection.OFF
- Specified by:
getScte20Detectionin interfaceEmbeddedCaptionSourceOptions
-
getSource608ChannelNumber
Description copied from interface:EmbeddedCaptionSourceOptions(experimental) The 608/708 channel number within the video track to extract captions from.Default: - MediaLive service default
- Specified by:
getSource608ChannelNumberin interfaceEmbeddedCaptionSourceOptions
-
$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()
-