Source code of Windows XP (NT5)
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.

60 lines
2.2 KiB

  1. *******************************************************************************
  2. NOTE: This tree is no longer used; AVICAP32.DLL is built from the ..\AVICAP.IO
  3. tree instead.
  4. --R Jernigan, 6 Dec 1995
  5. *******************************************************************************
  6. Readme.txt
  7. for AVICap Window Class
  8. Files provided:
  9. \ avicap.dll Capture Window Class library
  10. avicap.lib Import library for avicap.dll
  11. avicap.h Include file for the AVICap class
  12. avicapid.h Include file for AVICap class status and error IDs
  13. \docs avicap.doc Documentation for the window class in WinWord format
  14. \testcap Directory containing source code for
  15. a test application, Testcap.exe.
  16. This application has most of Vidcap's functionality.
  17. Beta Release August 93 Changes:
  18. ================================
  19. 1. Added wChunkGranularity, dwIndexSize, fStepCaptureAt2x, and
  20. wStepCaptureAverageFrames fields to the CAPTUREPARMS structure.
  21. 2. Added WM_CAP_FILE_SAVEDIB message to save the current frame as a
  22. DIB.
  23. 3. Added WM_CAP_FILE_SET_INFOCHUNK message. This allows you to embed
  24. copyrights, keywords, etc. into your AVI file.
  25. Alpha Release 18 May 93 Changes:
  26. ================================
  27. 1. CAPSTATUS structure has additional fields including:
  28. hPalCurrent - The current palette used for capture
  29. fCapturingNow - If TRUE, streaming capture in progress
  30. dwReturn - Return status value at termination of capture
  31. 2. Renamed a few messages. In particular, note a totally different
  32. use for capCaptureSingleFrame, vs. capGrabFrame.
  33. 3. Capture can now run as a separate task. See updates to the
  34. WM_CAP_SEQUENCE and WM_CAP_SEQUENCE_NOFILE messages, or
  35. capCaptureSequence and capCaptureSequenceNoFile macro functions.
  36. 4. WM_CAP_SEQUENCE_STOP and WM_CAP_SEQUENCE_ABORT messages added to
  37. terminate streaming capture if either yielding or running as a
  38. separate task.
  39. 5. WM_CAP_PAL_MANUALCREATE message added.
  40. 6. WM_CAP_SINGLE_FRAME_OPEN... messages added to append individual
  41. frames to the capture file.
  42. 7. The WM_CAP_DLG_VIDEOCOMPRESSION message is not yet functional.