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