Show / Hide Table of Contents

Class CfnChannel.H265FilterSettingsProperty

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

Inheritance
object
CfnChannel.H265FilterSettingsProperty
Implements
CfnChannel.IH265FilterSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel.H265FilterSettingsProperty : CfnChannel.IH265FilterSettingsProperty
Syntax (vb)
Public Class CfnChannel.H265FilterSettingsProperty Implements CfnChannel.IH265FilterSettingsProperty
Remarks

The parent of this entity is H265Settings.

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

Synopsis

Constructors

H265FilterSettingsProperty()

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

Properties

BandwidthReductionFilterSettings

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

TemporalFilterSettings

Settings for applying the temporal filter to the video.

Constructors

H265FilterSettingsProperty()

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

public H265FilterSettingsProperty()
Remarks

The parent of this entity is H265Settings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265filtersettings.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 h265FilterSettingsProperty = new H265FilterSettingsProperty {
                 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 H265 codec.

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

object

Remarks

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

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-h265filtersettings.html#cfn-medialive-channel-h265filtersettings-temporalfiltersettings

Implements

CfnChannel.IH265FilterSettingsProperty
Back to top Generated by DocFX