IH26XSnapshot::getSnapshot

[This is preliminary documentation and subject to change.]

Gets the next picture that is decoded.

HRESULT getSnapshot(
  LPBITMAPINFOHEADER lpBmi,
  unsigned char *pvBuffer,
  DWORD dwTimeout
);
 

Parameters

lpBmi
[in] Pointer to map information header.
pvBuffer
[out] Pointer to buffer containing next picture.
dwTimeout
[in] Timeout for retrieving next picture.

Return Values

E_FAIL
Method failed.
S_OK
Method succeeded.