Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 785 Bytes

File metadata and controls

45 lines (25 loc) · 785 Bytes
title description ms.assetid keywords ms.topic ms.date
Capturing Data
Capturing Data
de029673-9929-40f9-b29b-2598e1e5c988
capCaptureSequence macro
capFileSaveAs macro
concept-article
05/31/2018

Capturing Data

The following example uses the capCaptureSequence macro to start video capture and the capFileSaveAs macro to copy the captured data from the capture file to the file NEWFILE.AVI.

char szNewName[] = "NEWFILE.AVI";

// Set up the capture operation.

capCaptureSequence(hWndC); 

// Capture.

capFileSaveAs(hWndC, szNewName); 
 

Related topics

Using Video Capture