|
capDlgVideoCompression
The capDlgVideoCompresion macro displays a dialog box in which the user can select a compressor to use
during the capture process. The list of available compressors can vary with the
video format selected in the capture driver's Video Format dialog box. You can
use this macro or explicitly send the WM_CAP_DLG_VIDEOCOMPRESSION message.
BOOL capDlgVideoCompression(
Parameters
hwnd
Handle of a capture window.
Return Values
Returns TRUE if successful or FALSE otherwise.
Remarks
Use this message with capture drivers that provide frames only in the BI_RGB
format. This message is most useful in the step capture operation to combine
capture and compression in a single operation. Compressing frames with a software
compressor as part of a real-time capture operation is most likely too
time-consuming to perform.
Compression does not affect the frames copied to the clipboard.
See Also
WM_CAP_DLG_VIDEOCOMPRESSION
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
|