Show / Hide Table of Contents

Class CfnChannelPropsMixin.H264FilterSettingsProperty

Settings to configure video filters that apply to the H264 codec.

Inheritance
object
CfnChannelPropsMixin.H264FilterSettingsProperty
Implements
CfnChannelPropsMixin.IH264FilterSettingsProperty
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.H264FilterSettingsProperty : CfnChannelPropsMixin.IH264FilterSettingsProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.H264FilterSettingsProperty Implements CfnChannelPropsMixin.IH264FilterSettingsProperty
Remarks

The parent of this entity is H264Settings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264filtersettings.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 h264FilterSettingsProperty = new H264FilterSettingsProperty {
                 BandwidthReductionFilterSettings = new BandwidthReductionFilterSettingsProperty {
                     PostFilterSharpening = "postFilterSharpening",
                     Strength = "strength"
                 },
                 TemporalFilterSettings = new TemporalFilterSettingsProperty {
                     PostFilterSharpening = "postFilterSharpening",
                     Strength = "strength"
                 }
             };

Synopsis

Constructors

H264FilterSettingsProperty()

Settings to configure video filters that apply to the H264 codec.

Properties

BandwidthReductionFilterSettings

Settings to configure video filters that apply to the H264 codec.

TemporalFilterSettings

Settings for applying the temporal filter to the video.

Constructors

H264FilterSettingsProperty()

Settings to configure video filters that apply to the H264 codec.

public H264FilterSettingsProperty()
Remarks

The parent of this entity is H264Settings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264filtersettings.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 h264FilterSettingsProperty = new H264FilterSettingsProperty {
                 BandwidthReductionFilterSettings = new BandwidthReductionFilterSettingsProperty {
                     PostFilterSharpening = "postFilterSharpening",
                     Strength = "strength"
                 },
                 TemporalFilterSettings = new TemporalFilterSettingsProperty {
                     PostFilterSharpening = "postFilterSharpening",
                     Strength = "strength"
                 }
             };

Properties

BandwidthReductionFilterSettings

Settings to configure video filters that apply to the H264 codec.

public object? BandwidthReductionFilterSettings { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnChannelPropsMixin.IBandwidthReductionFilterSettingsProperty

TemporalFilterSettings

Settings for applying the temporal filter to the video.

public object? TemporalFilterSettings { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnChannelPropsMixin.ITemporalFilterSettingsProperty

Implements

CfnChannelPropsMixin.IH264FilterSettingsProperty
Back to top Generated by DocFX