Public Member Functions | |
| CBaseSplitterInputPin (TCHAR *pName, CBaseSplitterFilter *pFilter, CCritSec *pLock, HRESULT *phr) | |
| virtual | ~CBaseSplitterInputPin () |
| HRESULT | GetAsyncReader (IAsyncReader **ppAsyncReader) |
| STDMETHODIMP | NonDelegatingQueryInterface (REFIID riid, void **ppv) |
| HRESULT | CheckMediaType (const CMediaType *pmt) |
| HRESULT | CheckConnect (IPin *pPin) |
| HRESULT | BreakConnect () |
| HRESULT | CompleteConnect (IPin *pPin) |
| STDMETHODIMP | BeginFlush () |
| STDMETHODIMP | EndFlush () |
Public Attributes | |
| DECLARE_IUNKNOWN | |
Protected Attributes | |
| CComQIPtr< IAsyncReader > | m_pAsyncReader |
Definition at line 65 of file BaseSplitter.h.
1.4.5