Class DeinterlaceSettings
Deinterlace settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class DeinterlaceSettings
Properties
DropOrphans
Gets or sets a value indicating whether to drop orphans.
Declaration
public bool DropOrphans { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
FieldLayout
Gets or sets the field layout.
Declaration
public DeinterlaceFieldLayout FieldLayout { get; set; }
Property Value
Type | Description |
---|---|
DeinterlaceFieldLayout | The field layout. |
Fields
Gets or sets the fields.
Declaration
public DeinterlaceFields Fields { get; set; }
Property Value
Type | Description |
---|---|
DeinterlaceFields | The fields. |
IgnoreObscure
Gets or sets a value indicating whether to ignore obscure.
Declaration
public bool IgnoreObscure { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
Locking
Gets or sets the locking.
Declaration
public DeinterlaceLocking Locking { get; set; }
Property Value
Type | Description |
---|---|
DeinterlaceLocking | The locking. |
Method
Gets or sets the method.
Declaration
public DeinterlaceMethods Method { get; set; }
Property Value
Type | Description |
---|---|
DeinterlaceMethods | The method. |
Mode
Gets or sets the mode.
Declaration
public DeinterlaceMode Mode { get; set; }
Property Value
Type | Description |
---|---|
DeinterlaceMode | The mode. |