VisioForge (c) 2025

Search Results for

    Class DecklinkVANCLines

    VANC lines definition.

    Inheritance
    object
    DecklinkVANCLines
    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.Decklink
    Assembly: VisioForge.Core.dll
    Syntax
    public class DecklinkVANCLines

    Constructors

    DecklinkVANCLines()

    Initializes a new instance of the DecklinkVANCLines class.

    Declaration
    public DecklinkVANCLines()

    Properties

    Line1

    Gets or sets VANC line number or zero to disable.

    Declaration
    public ulong Line1 { get; set; }
    Property Value
    Type Description
    ulong

    Line2

    Gets or sets VANC line number or zero to disable.

    Declaration
    public ulong Line2 { get; set; }
    Property Value
    Type Description
    ulong

    Line3

    Gets or sets VANC line number or zero to disable.

    Declaration
    public ulong Line3 { get; set; }
    Property Value
    Type Description
    ulong