www.pudn.com > VOBSUB.rar > DirectVobSubInputPin.h


#pragma once 
 
class CDirectVobSubFilter; 
 
class CDirectVobSubInputPin : public CTransformInputPin/*, IPinConnection*/ 
{ 
    CDirectVobSubFilter* m_pFilter; 
 
public: 
    CDirectVobSubInputPin(CDirectVobSubFilter* pFilter, HRESULT* phr); 
 
	// IPin 
	STDMETHODIMP Disconnect(); 
	STDMETHODIMP GetAllocator(IMemAllocator** ppAllocator); 
	STDMETHODIMP NotifyAllocator(IMemAllocator* pAllocator, BOOL bReadOnly); 
};