Show / Hide Table of Contents

Class Deinterlace

Deinterlace configuration for input video.

Inheritance
object
Deinterlace
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX