Table of Contents

Class DeinterlaceSettings

Namespace
VisioForge.Core.Types.X.VideoEffects
Assembly
VisioForge.Core.dll

Deinterlace settings.

public class DeinterlaceSettings

Inheritance

Inherited Members

Properties

DropOrphans

Gets or sets a value indicating whether to drop orphans.

public bool DropOrphans { get; set; }

Property Value

bool

FieldLayout

Gets or sets the field layout.

public DeinterlaceFieldLayout FieldLayout { get; set; }

Property Value

DeinterlaceFieldLayout

Fields

Gets or sets the fields.

public DeinterlaceFields Fields { get; set; }

Property Value

DeinterlaceFields

IgnoreObscure

Gets or sets a value indicating whether to ignore obscure.

public bool IgnoreObscure { get; set; }

Property Value

bool

Locking

Gets or sets the locking.

public DeinterlaceLocking Locking { get; set; }

Property Value

DeinterlaceLocking

Method

Gets or sets the method.

public DeinterlaceMethods Method { get; set; }

Property Value

DeinterlaceMethods

Mode

Gets or sets the mode.

public DeinterlaceMode Mode { get; set; }

Property Value

DeinterlaceMode