public static final class CfnChannel.EmbeddedSourceSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.EmbeddedSourceSettingsProperty
CfnChannel.EmbeddedSourceSettingsProperty
CfnChannel.EmbeddedSourceSettingsProperty.Builder, CfnChannel.EmbeddedSourceSettingsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getConvert608To708()
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.
|
java.lang.String |
getScte20Detection()
Set to "auto" to handle streams with intermittent or non-aligned SCTE-20 and embedded captions.
|
java.lang.Number |
getSource608ChannelNumber()
Specifies the 608/708 channel number within the video track from which to extract captions.
|
java.lang.Number |
getSource608TrackNumber()
This field is unused and deprecated.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getConvert608To708()
CfnChannel.EmbeddedSourceSettingsProperty
If 708 data is present in the source content, it is discarded.
getConvert608To708
in interface CfnChannel.EmbeddedSourceSettingsProperty
public final java.lang.String getScte20Detection()
CfnChannel.EmbeddedSourceSettingsProperty
getScte20Detection
in interface CfnChannel.EmbeddedSourceSettingsProperty
public final java.lang.Number getSource608ChannelNumber()
CfnChannel.EmbeddedSourceSettingsProperty
This is unused for passthrough.
getSource608ChannelNumber
in interface CfnChannel.EmbeddedSourceSettingsProperty
public final java.lang.Number getSource608TrackNumber()
CfnChannel.EmbeddedSourceSettingsProperty
getSource608TrackNumber
in interface CfnChannel.EmbeddedSourceSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()