Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-bandwidthreductionfiltersettings.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-bandwidthreductionfiltersettings.html#cfn-medialive-channel-bandwidthreductionfiltersettings-postfiltersharpening

Strength

string? Strength { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-bandwidthreductionfiltersettings.html#cfn-medialive-channel-bandwidthreductionfiltersettings-strength

Back to top Generated by DocFX