Class Deinterlace
Deinterlace configuration for input video.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class Deinterlace : IDirectResponseSchema
Properties
Bwdif
Specifies the Bob Weaver Deinterlacing Filter Configuration.
Declaration
[JsonProperty("bwdif")]
public virtual BwdifConfig Bwdif { get; set; }
Property Value
Type | Description |
---|---|
BwdifConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Yadif
Specifies the Yet Another Deinterlacing Filter Configuration.
Declaration
[JsonProperty("yadif")]
public virtual YadifConfig Yadif { get; set; }
Property Value
Type | Description |
---|---|
YadifConfig |