Class CfnChannel.H265FilterSettingsProperty
Settings to configure video filters that apply to the H265 codec.
Implements
Inherited Members
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.
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.
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
Remarks
TemporalFilterSettings
Settings for applying the temporal filter to the video.
public object? TemporalFilterSettings { get; set; }