Pstreamreadend; Streamread_Struct - Advantech DVP-7010BE User Manual

4 channel pci-bus surveillance capture card
Table of Contents

Advertisement

2.6.5 STREAMREAD_STRUCT structure
Syntax
typedef struct
{
void (*PSTREAMREADBEGIN)(int nEncNum);
void (*PSTREAMREADPROC)(int nEncNum,
LPVOID pStreamBuf, long lBufSize, DWORD
dwCompFlags);
void (*PSTREAMREADEND)(int nEncNum);

}STREAMREAD_STRUCT;

Parameters:
PSTREAMREADBEGIN:
PSTREAMREADPROC:

PSTREAMREADEND:

Description
The pointer to the
Stream Read Begin
callback function
called when begins
the video stream read
process.
The pointer to the
Stream Read Process
callback function
called after every
video frame is
encoded.
The pointer to the
Stream Read End
callback function
called when the video
stream read process
is finished.
78
DVP-7010BE User's Manual

Advertisement

Table of Contents
loading

Table of Contents