Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class Deinterlace.
Deinterlace configuration for input video.
Generated from protobuf message google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace
Namespace
Google \ Cloud \ Video \ Transcoder \ V1 \ PreprocessingConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ yadif | Deinterlace\YadifConfigSpecifies the Yet Another Deinterlacing Filter Configuration. | 
| ↳ bwdif | Deinterlace\BwdifConfigSpecifies the Bob Weaver Deinterlacing Filter Configuration. | 
getYadif
Specifies the Yet Another Deinterlacing Filter Configuration.
| Returns | |
|---|---|
| Type | Description | 
| Deinterlace\YadifConfig|null | |
hasYadif
setYadif
Specifies the Yet Another Deinterlacing Filter Configuration.
| Parameter | |
|---|---|
| Name | Description | 
| var | Deinterlace\YadifConfig | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getBwdif
Specifies the Bob Weaver Deinterlacing Filter Configuration.
| Returns | |
|---|---|
| Type | Description | 
| Deinterlace\BwdifConfig|null | |
hasBwdif
setBwdif
Specifies the Bob Weaver Deinterlacing Filter Configuration.
| Parameter | |
|---|---|
| Name | Description | 
| var | Deinterlace\BwdifConfig | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getDeinterlacingFilter
| Returns | |
|---|---|
| Type | Description | 
| string | |