private int streamCallBack(IntPtr hWnd, ref VIDEOHDR lpVHdr) { if (this.VideoCaptured != null) { this.VideoCaptured(this, lpVHdr); } return(0); }
private int streamCallBack(IntPtr hWnd,ref VIDEOHDR lpVHdr) { if(this.VideoCaptured!=null) this.VideoCaptured(this, lpVHdr); return 0; }