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()
.bandwidthReductionFilterSettings(BandwidthReductionFilterSettingsProperty.builder()
.postFilterSharpening("postFilterSharpening")
.strength("strength")
.build())
.temporalFilterSettings(TemporalFilterSettingsProperty.builder()
.postFilterSharpening("postFilterSharpening")
.strength("strength")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannel.H265FilterSettingsPropertystatic final classAn implementation forCfnChannel.H265FilterSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnChannel.BandwidthReductionFilterSettingsPropertydefault ObjectSettings for applying the temporal filter to the video.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBandwidthReductionFilterSettings
Returns union: eitherIResolvableorCfnChannel.BandwidthReductionFilterSettingsProperty- See Also:
-
getTemporalFilterSettings
Settings for applying the temporal filter to the video.Returns union: either
IResolvableorCfnChannel.TemporalFilterSettingsProperty- See Also:
-
builder
-