User's Manual

7.6.5 STREAMREAD_STRUCT structure
Syn t a x
typedef struct
{
void (* PSTREAMREADBEGIN)(int nEncNum );
void (* PSTREAMREADPROC)( int nEncNum, LPVOID pStream Buf,
long lBufSize, DWORD dwCom pFlags);
void (* PSTREAMREADEND)( int nEncNum);
} STREAMREAD_STRUCT;
Pa ram et e r s:
PSTREAMREADBEGIN: The pointer to the Stream Read Begin
callback function called when begins the
video stream read process.
PSTREAMREADPROC: The pointer to the Stream Read Process
callback function called after every video
fram e is encoded.
PSTREAMREADEND: The pointer to the Stream Read End
callback function called when the video
stream read process is finished.
De script ion
This structure stores the Stream Read callback function pointers.
Se e Also
PSTREAMREADBEGIN
PSTREAMREADPROC
PSTREAMREADEND
DVS300_SetStream ReadCB