C# Class Accord.Video.VideoSourceErrorEventArgs

Arguments for video source error event from video source.
Inheritance: System.EventArgs
Show file Open project: accord-net/framework 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