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