C# 클래스 Accord.Video.VideoSourceErrorEventArgs

Arguments for video source error event from video source.
상속: System.EventArgs
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
VideoSourceErrorEventArgs ( string description ) : System

Initializes a new instance of the VideoSourceErrorEventArgs class.

메소드 상세

VideoSourceErrorEventArgs() 공개 메소드

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