interface Mpeg2FilterSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnChannelPropsMixin.Mpeg2FilterSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnChannelPropsMixin_Mpeg2FilterSettingsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.Mpeg2FilterSettingsProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnChannelPropsMixin.Mpeg2FilterSettingsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnChannelPropsMixin » Mpeg2FilterSettingsProperty |
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 { aws_medialive as medialive } from '@aws-cdk/cfn-property-mixins';
const mpeg2FilterSettingsProperty: medialive.CfnChannelPropsMixin.Mpeg2FilterSettingsProperty = {
temporalFilterSettings: {
postFilterSharpening: 'postFilterSharpening',
strength: 'strength',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| temporal | IResolvable | Temporal | Settings for applying the temporal filter to the video. |
temporalFilterSettings?
Type:
IResolvable | Temporal
(optional)
Settings for applying the temporal filter to the video.

.NET
Go
Java
Python
TypeScript