Public Member Functions | |
STDMETHODIMP_ (ULONG) AddRef() | |
STDMETHODIMP_ (ULONG) Release() | |
STDMETHODIMP | QueryInterface (REFIID riid, void **ppv) |
STDMETHODIMP | SampleCB (double SampleTime, IMediaSample *pSample) |
STDMETHODIMP | BufferCB (double SampleTime, BYTE *pBuffer, long BufferSize) |
Public Attributes | |
long | Width |
long | Height |
IplImage * | image |
int | frameId |
bool | frameWanted |
HANDLE | event |
Definition at line 41 of file dshowcb.cpp.
STDMETHODIMP SampleGrabberCB::BufferCB | ( | double | SampleTime, | |
BYTE * | pBuffer, | |||
long | BufferSize | |||
) | [inline] |
STDMETHODIMP SampleGrabberCB::QueryInterface | ( | REFIID | riid, | |
void ** | ppv | |||
) | [inline] |
Definition at line 62 of file dshowcb.cpp.
STDMETHODIMP SampleGrabberCB::SampleCB | ( | double | SampleTime, | |
IMediaSample * | pSample | |||
) | [inline] |
Definition at line 78 of file dshowcb.cpp.
SampleGrabberCB::STDMETHODIMP_ | ( | ULONG | ) | [inline] |
Definition at line 58 of file dshowcb.cpp.
SampleGrabberCB::STDMETHODIMP_ | ( | ULONG | ) | [inline] |
Definition at line 57 of file dshowcb.cpp.
HANDLE SampleGrabberCB::event |
Definition at line 53 of file dshowcb.cpp.
Referenced by BufferCB(), DShowCB::getFrame(), and DShowCB::initialize().
Definition at line 49 of file dshowcb.cpp.
Referenced by DShowCB::getSize(), and DShowCB::initialize().
IplImage* SampleGrabberCB::image |
Definition at line 48 of file dshowcb.cpp.
Referenced by DShowCB::getSize(), and DShowCB::initialize().