Public Member Functions | |
| imTrackingGrabberCB () | |
| ~imTrackingGrabberCB () | |
| STDMETHODIMP | SampleCB (double SampleTime, IMediaSample *pSample) |
| STDMETHODIMP | BufferCB (double SampleTime, BYTE *pBuffer, long BufferLen) |
| STDMETHODIMP_ (ULONG) AddRef() | |
| STDMETHODIMP_ (ULONG) Release() | |
| STDMETHODIMP | QueryInterface (REFIID riid, void **ppv) |
| void | SetImageSize (int width, int height) |
| int | GetImage (unsigned char *data, int color_mode, int timeout) |
Protected Attributes | |
| int | m_Width |
| int | m_Height |
| bool | m_newImageFlag |
| unsigned char * | m_ImageData |
| CRITICAL_SECTION | m_sect |
| HANDLE | m_imageReady |
Definition at line 66 of file vetDirectXInput.cpp.
1.4.4