Class CfnChannel.H265FilterSettingsProperty
Settings to configure video filters that apply to the H265 codec.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class H265FilterSettingsProperty : Object, CfnChannel.IH265FilterSettingsProperty
Syntax (vb)
Public Class H265FilterSettingsProperty
Inherits Object
Implements CfnChannel.IH265FilterSettingsProperty
Remarks
The parent of this entity is H265Settings.
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
H265Filter |
Properties
Bandwidth |
|
Temporal |
Settings for applying the temporal filter to the video. |
Constructors
H265FilterSettingsProperty()
public H265FilterSettingsProperty()
Properties
BandwidthReductionFilterSettings
public object BandwidthReductionFilterSettings { get; set; }
Property Value
System.
Remarks
TemporalFilterSettings
Settings for applying the temporal filter to the video.
public object TemporalFilterSettings { get; set; }
Property Value
System.