@Stability(value=Stable)
public static interface CfnChannel.TemporalFilterSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The parents of this entity are H264FilterSettings, H265FilterSettings, and Mpeg2FilterSettings.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.medialive.*;
TemporalFilterSettingsProperty temporalFilterSettingsProperty = TemporalFilterSettingsProperty.builder()
.postFilterSharpening("postFilterSharpening")
.strength("strength")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.TemporalFilterSettingsProperty.Builder
A builder for
CfnChannel.TemporalFilterSettingsProperty |
static class |
CfnChannel.TemporalFilterSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.TemporalFilterSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.TemporalFilterSettingsProperty.Builder |
builder() |
default String |
getPostFilterSharpening()
If you enable this filter, the results are the following: - If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source.
|
default String |
getStrength()
Choose a filter strength.
|
@Stability(value=Stable) @Nullable default String getPostFilterSharpening()
@Stability(value=Stable) @Nullable default String getStrength()
We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft.
@Stability(value=Stable) static CfnChannel.TemporalFilterSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.