public bool capSetVideoFormat(IntPtr hCapWnd, ref ShowVideoBase.BITMAPINFO BmpFormat, int CapFormatSize) { return ShowVideoBase.SendMessage(hCapWnd, ShowVideoBase.WM_CAP_SET_VIDEOFORMAT, CapFormatSize, ref BmpFormat); }
private bool capSetCallbackOnFrame(IntPtr lwnd, ShowVideoBase.FrameEventHandler lpProc) { return ShowVideoBase.SendMessage(lwnd, ShowVideoBase.WM_CAP_SET_CALLBACK_FRAME, 0, lpProc); }