C# Class AForge.Video.VideoSourceErrorEventArgs

Arguments for video source error event from video source.
Inheritance: System.EventArgs
Datei anzeigen Open project: holisticware-admin/MonoVersal.AForgeNET Class Usage Examples

Public Methods

Method Description
VideoSourceErrorEventArgs ( string description ) : System

Initializes a new instance of the VideoSourceErrorEventArgs class.

Method Details

VideoSourceErrorEventArgs() public method

Initializes a new instance of the VideoSourceErrorEventArgs class.
public VideoSourceErrorEventArgs ( string description ) : System
description string Error description.
return System