Advantech DVP-7010BE User Manual page 100

4 channel pci-bus surveillance capture card
Table of Contents

Advertisement

2.7.20 AdvDVP_WriteAVIFile
Syntax
int AdvDVP_WriteAVIFile(HANDLE hAVIFile, LPVOID
lpStreamBuf, long lBufSize, DWORD dwCompFlags)
Parameters
hAVIFile:
lpStreamBuf:
lBufSize:
dwCompFlags:
#define AVIIF_KEYFRAME 0x00000010L
Return Value
ENC_SUCCEEDED:
ENC_FAILED:
ENC_SDKINITFAILED:
Description
This function writes the video stream data into the
specified AVI file.
See Also
AdvDVP_CreateAVIFile
Specifies the AVI file handle.
A pointer to the video
stream data buffer written
into the file.
Specifies the size of the
video stream data buffer.
Flag associated with this
data. The
AVIIF_KEYFRAME flag is
defined to indicate this
data does not rely on
preceding data in the file.
Function succeeded.
Function failed.
SDK does not be
initialized
successfully.
100
DVP-7010BE User's Manual

Advertisement

Table of Contents
loading

Table of Contents