Interface CfnChannel.IBandwidthReductionFilterSettingsProperty
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnChannel.IBandwidthReductionFilterSettingsProperty
Syntax (vb)
Public Interface CfnChannel.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.AWS.MediaLive;
var bandwidthReductionFilterSettingsProperty = new BandwidthReductionFilterSettingsProperty {
PostFilterSharpening = "postFilterSharpening",
Strength = "strength"
};
Synopsis
Properties
| PostFilterSharpening | |
| Strength |
Properties
PostFilterSharpening
string? PostFilterSharpening { get; }
Property Value
Remarks
Strength
string? Strength { get; }