Show / Hide Table of Contents

Interface CfnChannelPropsMixin.IH264FilterSettingsProperty

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

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnChannelPropsMixin.IH264FilterSettingsProperty
Syntax (vb)
Public Interface 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.CfnPropertyMixins.AWS.MediaLive;

             var h264FilterSettingsProperty = new H264FilterSettingsProperty {
                 BandwidthReductionFilterSettings = new BandwidthReductionFilterSettingsProperty {
                     PostFilterSharpening = "postFilterSharpening",
                     Strength = "strength"
                 },
                 TemporalFilterSettings = new TemporalFilterSettingsProperty {
                     PostFilterSharpening = "postFilterSharpening",
                     Strength = "strength"
                 }
             };

Synopsis

Properties

BandwidthReductionFilterSettings

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

TemporalFilterSettings

Settings for applying the temporal filter to the video.

Properties

BandwidthReductionFilterSettings

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

object? BandwidthReductionFilterSettings { get; }
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.

object? TemporalFilterSettings { get; }
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

Back to top Generated by DocFX