public static final class CfnChannel.InputSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.InputSettingsProperty
CfnChannel.InputSettingsProperty
CfnChannel.InputSettingsProperty.Builder, CfnChannel.InputSettingsProperty.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.Object |
getAudioSelectors()
Information about the specific audio to extract from the input.
|
java.lang.Object |
getCaptionSelectors()
Information about the specific captions to extract from the input.
|
java.lang.String |
getDeblockFilter()
Enables or disables the deblock filter when filtering.
|
java.lang.String |
getDenoiseFilter()
Enables or disables the denoise filter when filtering.
|
java.lang.Number |
getFilterStrength()
Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).
|
java.lang.String |
getInputFilter()
Turns on the filter for this input.
|
java.lang.Object |
getNetworkInputSettings()
Information about how to connect to the upstream system.
|
java.lang.Number |
getScte35Pid()
`CfnChannel.InputSettingsProperty.Scte35Pid`.
|
java.lang.String |
getSmpte2038DataPreference()
Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input.
|
java.lang.String |
getSourceEndBehavior()
The loop input if it is a file.
|
java.lang.Object |
getVideoSelector()
Information about one video to extract from the input.
|
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.Object getAudioSelectors()
CfnChannel.InputSettingsProperty
The parent of this entity is InputSettings.
getAudioSelectors
in interface CfnChannel.InputSettingsProperty
public final java.lang.Object getCaptionSelectors()
CfnChannel.InputSettingsProperty
getCaptionSelectors
in interface CfnChannel.InputSettingsProperty
public final java.lang.String getDeblockFilter()
CfnChannel.InputSettingsProperty
getDeblockFilter
in interface CfnChannel.InputSettingsProperty
public final java.lang.String getDenoiseFilter()
CfnChannel.InputSettingsProperty
getDenoiseFilter
in interface CfnChannel.InputSettingsProperty
public final java.lang.Number getFilterStrength()
CfnChannel.InputSettingsProperty
getFilterStrength
in interface CfnChannel.InputSettingsProperty
public final java.lang.String getInputFilter()
CfnChannel.InputSettingsProperty
MPEG-2 inputs have the deblocking filter enabled by default. 1) auto - filtering is applied depending on input type/quality 2) disabled - no filtering is applied to the input 3) forced - filtering is applied regardless of the input type.
getInputFilter
in interface CfnChannel.InputSettingsProperty
public final java.lang.Object getNetworkInputSettings()
CfnChannel.InputSettingsProperty
getNetworkInputSettings
in interface CfnChannel.InputSettingsProperty
public final java.lang.Number getScte35Pid()
CfnChannel.InputSettingsProperty
getScte35Pid
in interface CfnChannel.InputSettingsProperty
public final java.lang.String getSmpte2038DataPreference()
CfnChannel.InputSettingsProperty
Applicable data types are captions, timecode, AFD, and SCTE-104 messages.
getSmpte2038DataPreference
in interface CfnChannel.InputSettingsProperty
public final java.lang.String getSourceEndBehavior()
CfnChannel.InputSettingsProperty
getSourceEndBehavior
in interface CfnChannel.InputSettingsProperty
public final java.lang.Object getVideoSelector()
CfnChannel.InputSettingsProperty
getVideoSelector
in interface CfnChannel.InputSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()