Class CfnChannel.InputSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.InputSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.InputSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnChannel.InputSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.InputSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.InputSettingsProperty
An implementation for
CfnChannel.InputSettingsProperty
-
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.InputSettingsProperty
CfnChannel.InputSettingsProperty.Builder, CfnChannel.InputSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.InputSettingsProperty.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
Information about the specific audio to extract from the input.final Object
Information about the specific captions to extract from the input.final String
Enables or disables the deblock filter when filtering.final String
Enables or disables the denoise filter when filtering.final Number
Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).final String
Turns on the filter for this input.final Object
Information about how to connect to the upstream system.final Number
CfnChannel.InputSettingsProperty.Scte35Pid
.final String
Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input.final String
The loop input if it is a file.final Object
Information about one video to extract from the input.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.InputSettingsProperty.Builder
.
-
-
Method Details
-
getAudioSelectors
Description copied from interface:CfnChannel.InputSettingsProperty
Information about the specific audio to extract from the input.The parent of this entity is InputSettings.
- Specified by:
getAudioSelectors
in interfaceCfnChannel.InputSettingsProperty
-
getCaptionSelectors
Description copied from interface:CfnChannel.InputSettingsProperty
Information about the specific captions to extract from the input.- Specified by:
getCaptionSelectors
in interfaceCfnChannel.InputSettingsProperty
-
getDeblockFilter
Description copied from interface:CfnChannel.InputSettingsProperty
Enables or disables the deblock filter when filtering.- Specified by:
getDeblockFilter
in interfaceCfnChannel.InputSettingsProperty
-
getDenoiseFilter
Description copied from interface:CfnChannel.InputSettingsProperty
Enables or disables the denoise filter when filtering.- Specified by:
getDenoiseFilter
in interfaceCfnChannel.InputSettingsProperty
-
getFilterStrength
Description copied from interface:CfnChannel.InputSettingsProperty
Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).- Specified by:
getFilterStrength
in interfaceCfnChannel.InputSettingsProperty
-
getInputFilter
Description copied from interface:CfnChannel.InputSettingsProperty
Turns on the filter for this input.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.
- Specified by:
getInputFilter
in interfaceCfnChannel.InputSettingsProperty
-
getNetworkInputSettings
Description copied from interface:CfnChannel.InputSettingsProperty
Information about how to connect to the upstream system.- Specified by:
getNetworkInputSettings
in interfaceCfnChannel.InputSettingsProperty
-
getScte35Pid
Description copied from interface:CfnChannel.InputSettingsProperty
CfnChannel.InputSettingsProperty.Scte35Pid
.- Specified by:
getScte35Pid
in interfaceCfnChannel.InputSettingsProperty
-
getSmpte2038DataPreference
Description copied from interface:CfnChannel.InputSettingsProperty
Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input.Applicable data types are captions, timecode, AFD, and SCTE-104 messages.
- PREFER: Extract from SMPTE-2038 if present in this input, otherwise extract from another source (if any).
- IGNORE: Never extract any ancillary data from SMPTE-2038.
- Specified by:
getSmpte2038DataPreference
in interfaceCfnChannel.InputSettingsProperty
-
getSourceEndBehavior
Description copied from interface:CfnChannel.InputSettingsProperty
The loop input if it is a file.- Specified by:
getSourceEndBehavior
in interfaceCfnChannel.InputSettingsProperty
-
getVideoSelector
Description copied from interface:CfnChannel.InputSettingsProperty
Information about one video to extract from the input.- Specified by:
getVideoSelector
in interfaceCfnChannel.InputSettingsProperty
-
$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()
-