Google Cloud Video Transcoder V1beta1 Client - Class Deblock (0.5.3)

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

Deblock preprocessing configuration.

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var float
Returns
TypeDescription
$this

getEnabled

Enable deblocker. The default is false.

Returns
TypeDescription
bool

setEnabled

Enable deblocker. The default is false.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this