Inheritance diagram for CBaseStream:

Public Member Functions | |
| CBaseStream (TCHAR *name, CSource *pParent, HRESULT *phr) | |
| virtual | ~CBaseStream () |
| STDMETHODIMP | NonDelegatingQueryInterface (REFIID riid, void **ppv) |
| HRESULT | FillBuffer (IMediaSample *pSample) |
| STDMETHODIMP | Notify (IBaseFilter *pSender, Quality q) |
Protected Member Functions | |
| HRESULT | OnThreadStartPlay () |
| HRESULT | OnThreadCreate () |
Protected Attributes | |
| CCritSec | m_cSharedState |
| REFERENCE_TIME | m_AvgTimePerFrame |
| REFERENCE_TIME | m_rtSampleTime |
| REFERENCE_TIME | m_rtPosition |
| BOOL | m_bDiscontinuity |
| BOOL | m_bFlushing |
Definition at line 93 of file BaseSource.h.
1.4.5