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.
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
Remarks
TemporalFilterSettings
Settings for applying the temporal filter to the video.
object? TemporalFilterSettings { get; }