Transcoder v1 API - Class PreprocessingConfig.Types.Deblock (2.7.0)

public sealed class PreprocessingConfig.Types.Deblock : IMessage<PreprocessingConfig.Types.Deblock>, IEquatable<PreprocessingConfig.Types.Deblock>, IDeepCloneable<PreprocessingConfig.Types.Deblock>, IBufferMessage, IMessage

Reference documentation and code samples for the Transcoder v1 API class PreprocessingConfig.Types.Deblock.

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(Deblock)

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

Properties

Enabled

public bool Enabled { get; set; }

Enable deblocker. The default is false.

Property Value
TypeDescription
bool

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