Definition at line 44 of file Tee.h.
Public Member Functions | |
CRtvcTee () | |
Constructor. | |
~CRtvcTee () | |
Destructor. | |
virtual HRESULT | Receive (IMediaSample *pSample, int nIndex) |
virtual int | InitialNumberOfInputPins () |
virtual int | InitialNumberOfOutputPins () |
virtual bool | OnFullCreateMoreInputs () |
virtual bool | OnFullCreateMoreOutputs () |
virtual void | InitialiseInputTypes () |
virtual void | InitialiseOutputTypes () |
virtual HRESULT | CheckOutputType (const CMediaType *pMediaType) |
From CBasePin. | |
virtual HRESULT | DecideBufferSize (IMemAllocator *pAlloc, ALLOCATOR_PROPERTIES *pRequestProperties, int m_nIndex) |
From CBaseOutputPin. | |
virtual HRESULT | GetMediaType (int iPosition, CMediaType *pmt, int nOutputPinIndex) |
To Check media type. | |
Static Public Member Functions | |
static CUnknown *WINAPI | CreateInstance (LPUNKNOWN pUnk, HRESULT *pHr) |
Static object-creation method (for the class factory). |