VisioForge (c) 2025

Search Results for

    Class InterlaceSettings

    Interlace settings.

    Inheritance
    object
    InterlaceSettings
    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 InterlaceSettings

    Properties

    AllowRFF

    Gets or sets a value indicating whether to allow generation of buffers with RFF flag set.

    Declaration
    public bool AllowRFF { get; set; }
    Property Value
    Type Description
    bool

    FieldPattern

    Gets or sets the output field pattern.

    Declaration
    public InterlacePattern FieldPattern { get; set; }
    Property Value
    Type Description
    InterlacePattern

    PatternOffset

    Gets or sets the initial field pattern offset. Counts from 0.

    Declaration
    public uint PatternOffset { get; set; }
    Property Value
    Type Description
    uint

    TopFieldFirst

    Gets or sets a value indicating whether interlaced stream should be top field first.

    Declaration
    public bool TopFieldFirst { get; set; }
    Property Value
    Type Description
    bool