Show / Hide Table of Contents

Class CfnChannelPropsMixin.BandwidthReductionFilterSettingsProperty

Inheritance
object
CfnChannelPropsMixin.BandwidthReductionFilterSettingsProperty
Implements
CfnChannelPropsMixin.IBandwidthReductionFilterSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.Mixins.Preview.AWS.MediaLive.Mixins;

             var bandwidthReductionFilterSettingsProperty = new BandwidthReductionFilterSettingsProperty {
                 PostFilterSharpening = "postFilterSharpening",
                 Strength = "strength"
             };

Synopsis

Constructors

BandwidthReductionFilterSettingsProperty()

Properties

PostFilterSharpening
Strength

Constructors

BandwidthReductionFilterSettingsProperty()

public BandwidthReductionFilterSettingsProperty()
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.Mixins.Preview.AWS.MediaLive.Mixins;

             var bandwidthReductionFilterSettingsProperty = new BandwidthReductionFilterSettingsProperty {
                 PostFilterSharpening = "postFilterSharpening",
                 Strength = "strength"
             };

Properties

PostFilterSharpening

public string? PostFilterSharpening { get; set; }
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

public string? Strength { get; set; }
Property Value

string

Remarks

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

Implements

CfnChannelPropsMixin.IBandwidthReductionFilterSettingsProperty
Back to top Generated by DocFX