aws-cdk-lib.aws_medialive.CfnChannel.Mpeg2FilterSettingsProperty

interface Mpeg2FilterSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.Mpeg2FilterSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_Mpeg2FilterSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.Mpeg2FilterSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.Mpeg2FilterSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » 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-lib';
const mpeg2FilterSettingsProperty: medialive.CfnChannel.Mpeg2FilterSettingsProperty = {
  temporalFilterSettings: {
    postFilterSharpening: 'postFilterSharpening',
    strength: 'strength',
  },
};

Properties

NameTypeDescription
temporalFilterSettings?IResolvable | TemporalFilterSettingsPropertySettings for applying the temporal filter to the video.

temporalFilterSettings?

Type: IResolvable | TemporalFilterSettingsProperty (optional)

Settings for applying the temporal filter to the video.