#include <dshowfile.h>
Public Member Functions | |
CSampleGrabberCB () | |
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 |
bool | frameWanted |
Definition at line 17 of file dshowfile.h.
CSampleGrabberCB::CSampleGrabberCB | ( | ) | [inline] |
STDMETHODIMP CSampleGrabberCB::BufferCB | ( | double | SampleTime, | |
BYTE * | pBuffer, | |||
long | BufferSize | |||
) | [inline] |
STDMETHODIMP CSampleGrabberCB::QueryInterface | ( | REFIID | riid, | |
void ** | ppv | |||
) | [inline] |
Definition at line 48 of file dshowfile.h.
STDMETHODIMP CSampleGrabberCB::SampleCB | ( | double | SampleTime, | |
IMediaSample * | pSample | |||
) | [inline] |
Definition at line 64 of file dshowfile.h.
CSampleGrabberCB::STDMETHODIMP_ | ( | ULONG | ) | [inline] |
Definition at line 41 of file dshowfile.h.
CSampleGrabberCB::STDMETHODIMP_ | ( | ULONG | ) | [inline] |
Definition at line 36 of file dshowfile.h.
Definition at line 27 of file dshowfile.h.
Referenced by BufferCB(), CSampleGrabberCB(), and DShowFile::getFrame().
Definition at line 25 of file dshowfile.h.
Referenced by DShowFile::getSize(), and DShowFile::initialize().
IplImage* CSampleGrabberCB::image |
Definition at line 26 of file dshowfile.h.
Referenced by BufferCB(), CSampleGrabberCB(), and DShowFile::initialize().
Definition at line 24 of file dshowfile.h.
Referenced by DShowFile::getSize(), and DShowFile::initialize().