Class CfnChannel.Scte20SourceSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.Scte20SourceSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.Scte20SourceSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.Scte20SourceSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.Scte20SourceSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.Scte20SourceSettingsProperty
An implementation for
CfnChannel.Scte20SourceSettingsProperty
-
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.Scte20SourceSettingsProperty
CfnChannel.Scte20SourceSettingsProperty.Builder, CfnChannel.Scte20SourceSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.Scte20SourceSettingsProperty.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
If upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708.final Number
Specifies the 608/708 channel number within the video track 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.Scte20SourceSettingsProperty.Builder
.
-
-
Method Details
-
getConvert608To708
Description copied from interface:CfnChannel.Scte20SourceSettingsProperty
If upconvert, 608 data is both passed through the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708.Any 708 data present in the source content is discarded.
- Specified by:
getConvert608To708
in interfaceCfnChannel.Scte20SourceSettingsProperty
- See Also:
-
getSource608ChannelNumber
Description copied from interface:CfnChannel.Scte20SourceSettingsProperty
Specifies the 608/708 channel number within the video track from which to extract captions.- Specified by:
getSource608ChannelNumber
in interfaceCfnChannel.Scte20SourceSettingsProperty
- 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()
-