VisioForge (c) 2025

Search Results for

    Class SourceConnectedEventArgs

    Source connected event args class.

    Inheritance
    object
    EventArgs
    SourceConnectedEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.Events
    Assembly: VisioForge.Core.dll
    Syntax
    public class SourceConnectedEventArgs : EventArgs

    Constructors

    SourceConnectedEventArgs(int, int, TimeSpan)

    Initializes a new instance of the SourceConnectedEventArgs class.

    Declaration
    public SourceConnectedEventArgs(int width, int height, TimeSpan startTime)
    Parameters
    Type Name Description
    int width

    Video width.

    int height

    Video height.

    TimeSpan startTime

    Start time.

    Properties

    Height

    Gets height.

    Declaration
    public int Height { get; }
    Property Value
    Type Description
    int

    TimeStamp

    Gets start time (usually 0).

    Declaration
    public TimeSpan TimeStamp { get; }
    Property Value
    Type Description
    TimeSpan

    Width

    Gets width.

    Declaration
    public int Width { get; }
    Property Value
    Type Description
    int