Inheritance diagram for CAsyncReader:

Public Member Functions | |
| CAsyncReader (TCHAR *pName, LPUNKNOWN pUnk, CAsyncStream *pStream, HRESULT *phr, const CLSID &clsid) | |
| ~CAsyncReader () | |
| STDMETHODIMP | NonDelegatingQueryInterface (REFIID riid, void **ppv) |
| int | GetPinCount () |
| CBasePin * | GetPin (int n) |
| const CMediaType * | LoadType () const |
| virtual HRESULT | Connect (IPin *pReceivePin, const AM_MEDIA_TYPE *pmt) |
Public Attributes | |
| DECLARE_IUNKNOWN | |
Protected Attributes | |
| CCritSec | m_csFilter |
| CAsyncIo | m_Io |
| CAsyncOutputPin | m_OutputPin |
| CMediaType | m_mt |
Definition at line 165 of file asyncrdr.h.
1.4.5