xine-lib 1.2.13-20230125hg15249
|
#include <interfaces.h>
Data Fields | |
long STDCALL(* | QueryInterface )(IUnknown *This, const GUID *riid, void **ppvObject) |
long STDCALL(* | AddRef )(IUnknown *This) |
long STDCALL(* | Release )(IUnknown *This) |
HRESULT STDCALL(* | GetAllocator )(IMemInputPin *This, IMemAllocator **ppAllocator) |
HRESULT STDCALL(* | NotifyAllocator )(IMemInputPin *This, IMemAllocator *pAllocator, int bReadOnly) |
HRESULT STDCALL(* | GetAllocatorRequirements )(IMemInputPin *This, ALLOCATOR_PROPERTIES *pProps) |
HRESULT STDCALL(* | Receive )(IMemInputPin *This, IMediaSample *pSample) |
HRESULT STDCALL(* | ReceiveMultiple )(IMemInputPin *This, IMediaSample **pSamples, long nSamples, long *nSamplesProcessed) |
HRESULT STDCALL(* | ReceiveCanBlock )(IMemInputPin *This) |
long STDCALL(* IMemInputPin_vt::AddRef) (IUnknown *This) |
Referenced by COutputPin_M_QueryInterface(), COutputPin_QueryInterface(), and COutputPinCreate().
HRESULT STDCALL(* IMemInputPin_vt::GetAllocator) (IMemInputPin *This, IMemAllocator **ppAllocator) |
Referenced by COutputPinCreate(), and DS_Filter_Start().
HRESULT STDCALL(* IMemInputPin_vt::GetAllocatorRequirements) (IMemInputPin *This, ALLOCATOR_PROPERTIES *pProps) |
Referenced by COutputPinCreate().
HRESULT STDCALL(* IMemInputPin_vt::NotifyAllocator) (IMemInputPin *This, IMemAllocator *pAllocator, int bReadOnly) |
Referenced by COutputPinCreate(), and DS_Filter_Start().
long STDCALL(* IMemInputPin_vt::QueryInterface) (IUnknown *This, const GUID *riid, void **ppvObject) |
Referenced by COutputPinCreate().
HRESULT STDCALL(* IMemInputPin_vt::Receive) (IMemInputPin *This, IMediaSample *pSample) |
Referenced by COutputPinCreate().
HRESULT STDCALL(* IMemInputPin_vt::ReceiveCanBlock) (IMemInputPin *This) |
Referenced by COutputPinCreate().
HRESULT STDCALL(* IMemInputPin_vt::ReceiveMultiple) (IMemInputPin *This, IMediaSample **pSamples, long nSamples, long *nSamplesProcessed) |
Referenced by COutputPinCreate().
long STDCALL(* IMemInputPin_vt::Release) (IUnknown *This) |
Referenced by COutputPinCreate(), DS_Filter_Destroy(), and DS_Filter_Start().