You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
625B

  1. WGL_NV_video_capture
  2. http://www.opengl.org/registry/specs/NV/video_capture.txt
  3. WGL_NV_video_capture
  4. WGL_UNIQUE_ID_NV 0x20CE
  5. WGL_NUM_VIDEO_CAPTURE_SLOTS_NV 0x20CF
  6. BOOL wglBindVideoCaptureDeviceNV (UINT uVideoSlot, HVIDEOINPUTDEVICENV hDevice)
  7. UINT wglEnumerateVideoCaptureDevicesNV (HDC hDc, HVIDEOINPUTDEVICENV* phDeviceList)
  8. BOOL wglLockVideoCaptureDeviceNV (HDC hDc, HVIDEOINPUTDEVICENV hDevice)
  9. BOOL wglQueryVideoCaptureDeviceNV (HDC hDc, HVIDEOINPUTDEVICENV hDevice, int iAttribute, int* piValue)
  10. BOOL wglReleaseVideoCaptureDeviceNV (HDC hDc, HVIDEOINPUTDEVICENV hDevice)
  11. DECLARE_HANDLE(HVIDEOINPUTDEVICENV);