Class CfnChannelPropsMixin.BandwidthReductionFilterSettingsProperty
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnChannelPropsMixin.BandwidthReductionFilterSettingsProperty : CfnChannelPropsMixin.IBandwidthReductionFilterSettingsProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.BandwidthReductionFilterSettingsProperty Implements CfnChannelPropsMixin.IBandwidthReductionFilterSettingsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins;
var bandwidthReductionFilterSettingsProperty = new BandwidthReductionFilterSettingsProperty {
PostFilterSharpening = "postFilterSharpening",
Strength = "strength"
};
Synopsis
Constructors
| BandwidthReductionFilterSettingsProperty() |
Properties
| PostFilterSharpening | |
| Strength |
Constructors
BandwidthReductionFilterSettingsProperty()
public BandwidthReductionFilterSettingsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins;
var bandwidthReductionFilterSettingsProperty = new BandwidthReductionFilterSettingsProperty {
PostFilterSharpening = "postFilterSharpening",
Strength = "strength"
};
Properties
PostFilterSharpening
public string? PostFilterSharpening { get; set; }
Property Value
Remarks
Strength
public string? Strength { get; set; }