Class PreprocessingConfig.Types.Deblock (2.1.0)

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.

Inheritance

Object > PreprocessingConfig.Types.Deblock

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

Deblock()

public Deblock()

Deblock(PreprocessingConfig.Types.Deblock)

public Deblock(PreprocessingConfig.Types.Deblock other)
Parameter
NameDescription
otherPreprocessingConfig.Types.Deblock

Properties

Enabled

public bool Enabled { get; set; }

Enable deblocker. The default is false.

Property Value
TypeDescription
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
TypeDescription
Double