Class CfnChannel.TeletextSourceSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.TeletextSourceSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.TeletextSourceSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.TeletextSourceSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.TeletextSourceSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.TeletextSourceSettingsProperty
An implementation for
CfnChannel.TeletextSourceSettingsProperty
-
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.TeletextSourceSettingsProperty
CfnChannel.TeletextSourceSettingsProperty.Builder, CfnChannel.TeletextSourceSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.TeletextSourceSettingsProperty.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 Object
Settings to configure the caption rectangle for an output captions that will be created using this Teletext source captions.final String
Specifies the Teletext page number within the data stream from which to extract captions.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.TeletextSourceSettingsProperty.Builder
.
-
-
Method Details
-
getOutputRectangle
Description copied from interface:CfnChannel.TeletextSourceSettingsProperty
Settings to configure the caption rectangle for an output captions that will be created using this Teletext source captions.- Specified by:
getOutputRectangle
in interfaceCfnChannel.TeletextSourceSettingsProperty
- See Also:
-
getPageNumber
Description copied from interface:CfnChannel.TeletextSourceSettingsProperty
Specifies the Teletext page number within the data stream from which to extract captions.The range is 0x100 (256) to 0x8FF (2303). This is unused for passthrough. It should be specified as a hexadecimal string with no "0x" prefix.
- Specified by:
getPageNumber
in interfaceCfnChannel.TeletextSourceSettingsProperty
- 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()
-