Definition at line 42 of file MultiIOInputPin.h.
Public Member Functions | |
CMultiIOInputPin (CMultiIOBaseFilter *pFilter, CCritSec *pLock, HRESULT *phr, LPCWSTR pName, int nIndex) | |
virtual | ~CMultiIOInputPin (void) |
STDMETHODIMP_ (ULONG) NonDelegatingRelease() | |
STDMETHODIMP_ (ULONG) NonDelegatingAddRef() | |
HRESULT | CheckMediaType (const CMediaType *mtIn) |
HRESULT | BreakConnect () |
HRESULT | CompleteConnect (IPin *pReceivePin) |
STDMETHODIMP | Receive (IMediaSample *pSample) |
CMediaType & | CurrentMediaType () |
HRESULT | SetMediaType (const CMediaType *mt) |
STDMETHODIMP | EndOfStream () |
STDMETHODIMP | BeginFlush () |
STDMETHODIMP | EndFlush () |
STDMETHODIMP | NewSegment (REFERENCE_TIME tStart, REFERENCE_TIME tStop, double dRate) |
Protected Attributes | |
CMultiIOBaseFilter * | m_pFilter |
int | m_nIndex |
Friends | |
class | CMultiIOBaseFilter |
class | CMultiIOOutputPin |