interface H264FilterSettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.H264FilterSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_H264FilterSettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.H264FilterSettingsProperty |
Python | aws_cdk.aws_medialive.CfnChannel.H264FilterSettingsProperty |
TypeScript | aws-cdk-lib » aws_medialive » CfnChannel » H264FilterSettingsProperty |
Settings to configure video filters that apply to the H264 codec.
The parent of this entity is H264Settings.
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 h264FilterSettingsProperty: medialive.CfnChannel.H264FilterSettingsProperty = {
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.