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: