Interface CfnChannel.H265FilterSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.H265FilterSettingsProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.H265FilterSettingsProperty extends software.amazon.jsii.JsiiSerializable
Settings to configure video filters that apply to the H265 codec.

The parent of this entity is H265Settings.

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.*;
 H265FilterSettingsProperty h265FilterSettingsProperty = H265FilterSettingsProperty.builder()
         .temporalFilterSettings(TemporalFilterSettingsProperty.builder()
                 .postFilterSharpening("postFilterSharpening")
                 .strength("strength")
                 .build())
         .build();
 

See Also: