コード例 #1
0
ファイル: VideoCapturer.cs プロジェクト: toowind/BBMessenger
 private int  streamCallBack(IntPtr hWnd, ref VIDEOHDR lpVHdr)
 {
     if (this.VideoCaptured != null)
     {
         this.VideoCaptured(this, lpVHdr);
     }
     return(0);
 }
コード例 #2
0
ファイル: VideoCapturer.cs プロジェクト: cheehwasun/ourmsg
		private int  streamCallBack(IntPtr hWnd,ref  VIDEOHDR lpVHdr)
		{
			if(this.VideoCaptured!=null)
                this.VideoCaptured(this, lpVHdr);
             return 0;
		}