C# 클래스 WebCamCapture.WebCamCaptur

상속: IDisposable
파일 보기 프로젝트 열기: evilmachina/theMachine

공개 메소드들

메소드 설명
Dispose ( ) : void
GetNextFrame ( ) : Image

Capture the next frame from the video feed

ShowVideoDialog ( ) : void
Start ( int handle ) : void

Starts the video capture

Stop ( ) : void

Stops the video capture

비공개 메소드들

메소드 설명
CloseClipboard ( ) : int
EmptyClipboard ( ) : int
OpenClipboard ( int hWnd ) : int
SendMessage ( int hWnd, uint Msg, int wParam, int lParam ) : int
capCreateCaptureWindowA ( string lpszWindowName, int dwStyle, int X, int Y, int nWidth, int nHeight, int hwndParent, int nID ) : int

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetNextFrame() 공개 메소드

Capture the next frame from the video feed
public GetNextFrame ( ) : Image
리턴 Image

ShowVideoDialog() 공개 메소드

public ShowVideoDialog ( ) : void
리턴 void

Start() 공개 메소드

Starts the video capture
public Start ( int handle ) : void
handle int
리턴 void

Stop() 공개 메소드

Stops the video capture
public Stop ( ) : void
리턴 void