Class SourceConnectedEventArgs
Source connected event args class.
Inherited Members
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 |