Public Member Functions | |
CBufferFilter (LPUNKNOWN lpunk, HRESULT *phr) | |
virtual | ~CBufferFilter () |
DECLARE_IUNKNOWN STDMETHODIMP | NonDelegatingQueryInterface (REFIID riid, void **ppv) |
STDMETHODIMP | SetBuffers (int nBuffers) |
STDMETHODIMP | SetPriority (DWORD dwPriority=THREAD_PRIORITY_NORMAL) |
HRESULT | Receive (IMediaSample *pSample) |
HRESULT | Transform (IMediaSample *pIn, IMediaSample *pOut) |
HRESULT | CheckInputType (const CMediaType *mtIn) |
HRESULT | CheckTransform (const CMediaType *mtIn, const CMediaType *mtOut) |
HRESULT | DecideBufferSize (IMemAllocator *pAllocator, ALLOCATOR_PROPERTIES *pProperties) |
HRESULT | GetMediaType (int iPosition, CMediaType *pMediaType) |
HRESULT | StopStreaming () |
Definition at line 36 of file BufferFilter.h.