Interface CfnChannel.IBandwidthReductionFilterSettingsProperty
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBandwidthReductionFilterSettingsProperty
Syntax (vb)
Public Interface 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
Post |
|
Strength |
Properties
PostFilterSharpening
virtual string PostFilterSharpening { get; }
Property Value
System.
Remarks
Strength
virtual string Strength { get; }
Property Value
System.