interface H265FilterSettingsProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.CfnChannel.H265FilterSettingsProperty |
![]() | software.amazon.awscdk.services.medialive.CfnChannel.H265FilterSettingsProperty |
![]() | aws_cdk.aws_medialive.CfnChannel.H265FilterSettingsProperty |
![]() | @aws-cdk/aws-medialive » CfnChannel » H265FilterSettingsProperty |
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 * as medialive from '@aws-cdk/aws-medialive';
const h265FilterSettingsProperty: medialive.CfnChannel.H265FilterSettingsProperty = {
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.