|
Manual Frame Capture
If you want to individually specify the frames to capture in a video stream,
you can control the sequence by using the WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME, and WM_CAP_SINGLE_FRAME_CLOSE messages (or the capCaptureSingleFrameOpen, capCaptureSingleFrame, and capCaptureSingleFrameClose macros). Typically, these messages are used to create animation by appending
individual frames to the capture file. WM_CAP_SINGLE_FRAME_OPEN opens a file
for a manually driven capture operation. WM_CAP_SINGLE_FRAME captures an
individual frame and appends it to the capture file. WM_CAP_SINGLE_FRAME_CLOSE closes
the file used for manual frame capture.
Note This capture method does not support simultaneous audio capture with video
capture.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|