public sealed class Deblock : IMessage<PreprocessingConfig.Types.Deblock>, IEquatable<PreprocessingConfig.Types.Deblock>, IDeepCloneable<PreprocessingConfig.Types.Deblock>, IBufferMessage, IMessage
Deblock preprocessing configuration.
Note: This configuration is not supported.
Implements
IMessage<PreprocessingConfig.Types.Deblock>, IEquatable<PreprocessingConfig.Types.Deblock>, IDeepCloneable<PreprocessingConfig.Types.Deblock>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
Deblock()
public Deblock()
Deblock(PreprocessingConfig.Types.Deblock)
public Deblock(PreprocessingConfig.Types.Deblock other)
Parameter | |
---|---|
Name | Description |
other | PreprocessingConfig.Types.Deblock |
Properties
Enabled
public bool Enabled { get; set; }
Enable deblocker. The default is false
.
Property Value | |
---|---|
Type | Description |
Boolean |
Strength
public double Strength { get; set; }
Set strength of the deblocker. Enter a value between 0 and 1. The higher the value, the stronger the block removal. 0 is no deblocking. The default is 0.
Property Value | |
---|---|
Type | Description |
Double |