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