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