Interface CfnChannel.Mpeg2FilterSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.Mpeg2FilterSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.Mpeg2FilterSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Settings to configure video filters that apply to the MPEG-2 codec.
The parent of this entity is 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.*;
Mpeg2FilterSettingsProperty mpeg2FilterSettingsProperty = Mpeg2FilterSettingsProperty.builder()
.temporalFilterSettings(TemporalFilterSettingsProperty.builder()
.postFilterSharpening("postFilterSharpening")
.strength("strength")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannel.Mpeg2FilterSettingsPropertystatic final classAn implementation forCfnChannel.Mpeg2FilterSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTemporalFilterSettings
Settings for applying the temporal filter to the video.Returns union: either
IResolvableorCfnChannel.TemporalFilterSettingsProperty- See Also:
-
builder
-