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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The document provides reference information for the `PreprocessingConfig.Types.Deblock` class within the Transcoder v1 API, specifically for .NET development."],["Version 2.9.0 is the latest version of the API available, with versions ranging back to 1.0.0 being documented."],["`PreprocessingConfig.Types.Deblock` offers settings to control a video deblocker, but it is currently not supported."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which it inherits from."],["The Deblock class has two properties: `Enabled`, a boolean to enable the deblocker, and `Strength`, a double to adjust the strength of deblocking."]]],[]]