Skip to content

Latest commit

 

History

History
93 lines (76 loc) · 3.05 KB

nf-vfw-capcapturesequence.md

File metadata and controls

93 lines (76 loc) · 3.05 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:vfw.capCaptureSequence
capCaptureSequence macro (vfw.h)
The capCaptureSequence macro initiates streaming video and audio capture to a file. You can use this macro or explicitly send the WM_CAP_SEQUENCE message.
_win32_capCaptureSequence
capCaptureSequence
capCaptureSequence macro [Windows Multimedia]
multimedia.capcapturesequence
vfw/capCaptureSequence
multimedia\capcapturesequence.htm
Multimedia
cb4adf31-504a-46ee-b05e-768bdfde4b8f
12/05/2018
_win32_capCaptureSequence, capCaptureSequence, capCaptureSequence macro [Windows Multimedia], multimedia.capcapturesequence, vfw/capCaptureSequence
vfw.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
capCaptureSequence
vfw/capCaptureSequence
c++
APIRef
kbSyntax
HeaderDef
Vfw.h
capCaptureSequence

capCaptureSequence macro

-description

The capCaptureSequence macro initiates streaming video and audio capture to a file. You can use this macro or explicitly send the WM_CAP_SEQUENCE message.

-parameters

-param hwnd

Handle to a capture window.

-remarks

If you want to alter the parameters controlling streaming capture, use the capCaptureSetSetup macro prior to starting the capture.

By default, the capture window does not allow other applications to continue running during capture. To override this, either set the fYield member of the CAPTUREPARMS structure to TRUE, or install a yield callback function.

During streaming capture, the capture window can optionally issue notifications to your application of specific types of conditions. To install callback procedures for these notifications, use the following macros:

-see-also

Video Capture

Video Capture Macros