Interface CfnChannel.TemporalFilterSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.TemporalFilterSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.TemporalFilterSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Settings for the temporal filter to apply to the video.
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.TemporalFilterSettingsProperty
static final class
An implementation forCfnChannel.TemporalFilterSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.- If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR.
- See Also:
-
getStrength
Choose a filter strength.We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft.
- See Also:
-
builder
-