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.
Implements
IMessagePreprocessingConfigTypesDeblock, IEquatablePreprocessingConfigTypesDeblock, IDeepCloneablePreprocessingConfigTypesDeblock, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.VideoGoogle.Cloud.Video.TranscoderV1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
Deblock()
public Deblock()
Deblock(Deblock)
public Deblock(PreprocessingConfig.Types.Deblock other)
Parameter | |
---|---|
Name | Description |
other | PreprocessingConfigTypesDeblock |
Properties
Enabled
public bool Enabled { get; set; }
Enable deblocker. The default is false
.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
double |