VisioForge (c) 2025

Search Results for

    Class DeinterlaceSettings

    Deinterlace settings.

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

    true if [drop orphans]; otherwise, false.

    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

    true if [ignore obscure]; otherwise, false.

    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.