interface BandwidthReductionFilterProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.BandwidthReductionFilterProps |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#BandwidthReductionFilterProps |
Java | software.amazon.awscdk.services.medialive.alpha.BandwidthReductionFilterProps |
Python | aws_cdk.aws_medialive_alpha.BandwidthReductionFilterProps |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป BandwidthReductionFilterProps |
Properties for a bandwidth reduction filter.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
declare const bandwidthReductionPostFilterSharpening: medialive_alpha.BandwidthReductionPostFilterSharpening;
declare const bandwidthReductionStrength: medialive_alpha.BandwidthReductionStrength;
const bandwidthReductionFilterProps: medialive_alpha.BandwidthReductionFilterProps = {
postFilterSharpening: bandwidthReductionPostFilterSharpening,
strength: bandwidthReductionStrength,
};
Properties
| Name | Type | Description |
|---|---|---|
| post | Bandwidth | Post-filter sharpening control. |
| strength? | Bandwidth | Bandwidth reduction strength. |
postFilterSharpening?
Type:
Bandwidth
(optional, default: service default)
Post-filter sharpening control.
strength?
Type:
Bandwidth
(optional, default: service default)
Bandwidth reduction strength.

.NET
Go
Java
Python
TypeScript (