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