Google Cloud Video Transcoder V1 Client - Class Deblock (1.3.1)

Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class Deblock.

Deblock preprocessing configuration.

Note: This configuration is not supported.

Generated from protobuf message google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock

Namespace

Google \ Cloud \ Video \ Transcoder \ V1 \ PreprocessingConfig

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ strength float

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.

↳ enabled bool

Enable deblocker. The default is false.

getStrength

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.

Returns
Type Description
float

setStrength

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.

Parameter
Name Description
var float
Returns
Type Description
$this

getEnabled

Enable deblocker. The default is false.

Returns
Type Description
bool

setEnabled

Enable deblocker. The default is false.

Parameter
Name Description
var bool
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.