Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class PreprocessingConfig.
Preprocessing configurations.
Generated from protobuf message google.cloud.video.transcoder.v1.PreprocessingConfig
Namespace
Google \ Cloud \ Video \ Transcoder \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ color | PreprocessingConfig\ColorColor preprocessing configuration. | 
| ↳ denoise | PreprocessingConfig\DenoiseDenoise preprocessing configuration. | 
| ↳ deblock | PreprocessingConfig\DeblockDeblock preprocessing configuration. | 
| ↳ audio | PreprocessingConfig\AudioAudio preprocessing configuration. | 
| ↳ crop | PreprocessingConfig\CropSpecify the video cropping configuration. | 
| ↳ pad | PreprocessingConfig\PadSpecify the video pad filter configuration. | 
| ↳ deinterlace | PreprocessingConfig\DeinterlaceSpecify the video deinterlace configuration. | 
getColor
Color preprocessing configuration.
| Returns | |
|---|---|
| Type | Description | 
| PreprocessingConfig\Color|null | |
hasColor
clearColor
setColor
Color preprocessing configuration.
| Parameter | |
|---|---|
| Name | Description | 
| var | PreprocessingConfig\Color | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getDenoise
Denoise preprocessing configuration.
| Returns | |
|---|---|
| Type | Description | 
| PreprocessingConfig\Denoise|null | |
hasDenoise
clearDenoise
setDenoise
Denoise preprocessing configuration.
| Parameter | |
|---|---|
| Name | Description | 
| var | PreprocessingConfig\Denoise | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getDeblock
Deblock preprocessing configuration.
| Returns | |
|---|---|
| Type | Description | 
| PreprocessingConfig\Deblock|null | |
hasDeblock
clearDeblock
setDeblock
Deblock preprocessing configuration.
| Parameter | |
|---|---|
| Name | Description | 
| var | PreprocessingConfig\Deblock | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getAudio
Audio preprocessing configuration.
| Returns | |
|---|---|
| Type | Description | 
| PreprocessingConfig\Audio|null | |
hasAudio
clearAudio
setAudio
Audio preprocessing configuration.
| Parameter | |
|---|---|
| Name | Description | 
| var | PreprocessingConfig\Audio | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getCrop
Specify the video cropping configuration.
| Returns | |
|---|---|
| Type | Description | 
| PreprocessingConfig\Crop|null | |
hasCrop
clearCrop
setCrop
Specify the video cropping configuration.
| Parameter | |
|---|---|
| Name | Description | 
| var | PreprocessingConfig\Crop | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getPad
Specify the video pad filter configuration.
| Returns | |
|---|---|
| Type | Description | 
| PreprocessingConfig\Pad|null | |
hasPad
clearPad
setPad
Specify the video pad filter configuration.
| Parameter | |
|---|---|
| Name | Description | 
| var | PreprocessingConfig\Pad | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getDeinterlace
Specify the video deinterlace configuration.
| Returns | |
|---|---|
| Type | Description | 
| PreprocessingConfig\Deinterlace|null | |
hasDeinterlace
clearDeinterlace
setDeinterlace
Specify the video deinterlace configuration.
| Parameter | |
|---|---|
| Name | Description | 
| var | PreprocessingConfig\Deinterlace | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |