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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.InputSettingsProperty
CfnChannel.InputSettingsProperty.Builder, CfnChannel.InputSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.InputSettingsProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectInformation about the specific audio to extract from the input.final ObjectInformation about the specific captions to extract from the input.final StringEnables or disables the deblock filter when filtering.final StringEnables or disables the denoise filter when filtering.final NumberAdjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).final StringTurns on the filter for this input.final ObjectInformation about how to connect to the upstream system.final NumberCfnChannel.InputSettingsProperty.Scte35Pid.final StringSpecifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input.final StringThe loop input if it is a file.final ObjectInformation about one video to extract from the input.final inthashCode()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.InputSettingsPropertyInformation about the specific audio to extract from the input.The parent of this entity is InputSettings.
- Specified by:
getAudioSelectorsin interfaceCfnChannel.InputSettingsProperty
-
getCaptionSelectors
Description copied from interface:CfnChannel.InputSettingsPropertyInformation about the specific captions to extract from the input.- Specified by:
getCaptionSelectorsin interfaceCfnChannel.InputSettingsProperty
-
getDeblockFilter
Description copied from interface:CfnChannel.InputSettingsPropertyEnables or disables the deblock filter when filtering.- Specified by:
getDeblockFilterin interfaceCfnChannel.InputSettingsProperty
-
getDenoiseFilter
Description copied from interface:CfnChannel.InputSettingsPropertyEnables or disables the denoise filter when filtering.- Specified by:
getDenoiseFilterin interfaceCfnChannel.InputSettingsProperty
-
getFilterStrength
Description copied from interface:CfnChannel.InputSettingsPropertyAdjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).- Specified by:
getFilterStrengthin interfaceCfnChannel.InputSettingsProperty
-
getInputFilter
Description copied from interface:CfnChannel.InputSettingsPropertyTurns 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:
getInputFilterin interfaceCfnChannel.InputSettingsProperty
-
getNetworkInputSettings
Description copied from interface:CfnChannel.InputSettingsPropertyInformation about how to connect to the upstream system.- Specified by:
getNetworkInputSettingsin interfaceCfnChannel.InputSettingsProperty
-
getScte35Pid
Description copied from interface:CfnChannel.InputSettingsPropertyCfnChannel.InputSettingsProperty.Scte35Pid.- Specified by:
getScte35Pidin interfaceCfnChannel.InputSettingsProperty
-
getSmpte2038DataPreference
Description copied from interface:CfnChannel.InputSettingsPropertySpecifies 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:
getSmpte2038DataPreferencein interfaceCfnChannel.InputSettingsProperty
-
getSourceEndBehavior
Description copied from interface:CfnChannel.InputSettingsPropertyThe loop input if it is a file.- Specified by:
getSourceEndBehaviorin interfaceCfnChannel.InputSettingsProperty
-
getVideoSelector
Description copied from interface:CfnChannel.InputSettingsPropertyInformation about one video to extract from the input.- Specified by:
getVideoSelectorin interfaceCfnChannel.InputSettingsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-