@Stability(value=Stable) public static final class CfnChannel.InputSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.InputSettingsProperty>
CfnChannel.InputSettingsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnChannel.InputSettingsProperty.Builder audioSelectors(IResolvable audioSelectors)
CfnChannel.InputSettingsProperty.getAudioSelectors()audioSelectors - Information about the specific audio to extract from the input.
The parent of this entity is InputSettings.this@Stability(value=Stable) public CfnChannel.InputSettingsProperty.Builder audioSelectors(List<? extends Object> audioSelectors)
CfnChannel.InputSettingsProperty.getAudioSelectors()audioSelectors - Information about the specific audio to extract from the input.
The parent of this entity is InputSettings.this@Stability(value=Stable) public CfnChannel.InputSettingsProperty.Builder captionSelectors(IResolvable captionSelectors)
CfnChannel.InputSettingsProperty.getCaptionSelectors()captionSelectors - Information about the specific captions to extract from the input.this@Stability(value=Stable) public CfnChannel.InputSettingsProperty.Builder captionSelectors(List<? extends Object> captionSelectors)
CfnChannel.InputSettingsProperty.getCaptionSelectors()captionSelectors - Information about the specific captions to extract from the input.this@Stability(value=Stable) public CfnChannel.InputSettingsProperty.Builder deblockFilter(String deblockFilter)
CfnChannel.InputSettingsProperty.getDeblockFilter()deblockFilter - Enables or disables the deblock filter when filtering.this@Stability(value=Stable) public CfnChannel.InputSettingsProperty.Builder denoiseFilter(String denoiseFilter)
CfnChannel.InputSettingsProperty.getDenoiseFilter()denoiseFilter - Enables or disables the denoise filter when filtering.this@Stability(value=Stable) public CfnChannel.InputSettingsProperty.Builder filterStrength(Number filterStrength)
CfnChannel.InputSettingsProperty.getFilterStrength()filterStrength - Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).this@Stability(value=Stable) public CfnChannel.InputSettingsProperty.Builder inputFilter(String inputFilter)
CfnChannel.InputSettingsProperty.getInputFilter()inputFilter - 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.this@Stability(value=Stable) public CfnChannel.InputSettingsProperty.Builder networkInputSettings(CfnChannel.NetworkInputSettingsProperty networkInputSettings)
CfnChannel.InputSettingsProperty.getNetworkInputSettings()networkInputSettings - Information about how to connect to the upstream system.this@Stability(value=Stable) public CfnChannel.InputSettingsProperty.Builder networkInputSettings(IResolvable networkInputSettings)
CfnChannel.InputSettingsProperty.getNetworkInputSettings()networkInputSettings - Information about how to connect to the upstream system.this@Stability(value=Stable) public CfnChannel.InputSettingsProperty.Builder scte35Pid(Number scte35Pid)
CfnChannel.InputSettingsProperty.getScte35Pid()scte35Pid - `CfnChannel.InputSettingsProperty.Scte35Pid`.this@Stability(value=Stable) public CfnChannel.InputSettingsProperty.Builder smpte2038DataPreference(String smpte2038DataPreference)
CfnChannel.InputSettingsProperty.getSmpte2038DataPreference()smpte2038DataPreference - 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.
this@Stability(value=Stable) public CfnChannel.InputSettingsProperty.Builder sourceEndBehavior(String sourceEndBehavior)
CfnChannel.InputSettingsProperty.getSourceEndBehavior()sourceEndBehavior - The loop input if it is a file.this@Stability(value=Stable) public CfnChannel.InputSettingsProperty.Builder videoSelector(CfnChannel.VideoSelectorProperty videoSelector)
CfnChannel.InputSettingsProperty.getVideoSelector()videoSelector - Information about one video to extract from the input.this@Stability(value=Stable) public CfnChannel.InputSettingsProperty.Builder videoSelector(IResolvable videoSelector)
CfnChannel.InputSettingsProperty.getVideoSelector()videoSelector - Information about one video to extract from the input.this@Stability(value=Stable) public CfnChannel.InputSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.InputSettingsProperty>CfnChannel.InputSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.