|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Member Functions | |
| HRESULT | GetAllocator ([out] IMemAllocator **ppAllocator) |
| HRESULT | NotifyAllocator ([in] IMemAllocator *pAllocator, [in] BOOL bReadOnly) |
| HRESULT | GetAllocatorRequirements ([out] ALLOCATOR_PROPERTIES *pProps) |
| HRESULT | Receive ([in] IMediaSample *pSample) |
| HRESULT | ReceiveMultiple ([in, size_is(nSamples)] IMediaSample **pSamples, [in] long nSamples, [out] long *nSamplesProcessed) |
| HRESULT | ReceiveCanBlock () |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 552 of file axcore.idl.
| HRESULT IMemInputPin::GetAllocator | ( | [out] IMemAllocator ** | ppAllocator | ) |
Implemented in CInputPin.
Referenced by COutputPin::Connect().
| HRESULT IMemInputPin::GetAllocatorRequirements | ( | [out] ALLOCATOR_PROPERTIES * | pProps | ) |
Implemented in CInputPin.
Referenced by COutputPin::Connect().
| HRESULT IMemInputPin::NotifyAllocator | ( | [in] IMemAllocator * | pAllocator, |
| [in] BOOL | bReadOnly | ||
| ) |
Implemented in CInputPin.
Referenced by COutputPin::Connect().
| HRESULT IMemInputPin::Receive | ( | [in] IMediaSample * | pSample | ) |
Implemented in CInputPin.
Referenced by COutputPin::IoProcessRoutine().
| HRESULT IMemInputPin::ReceiveMultiple | ( | [in, size_is(nSamples)] IMediaSample ** | pSamples, |
| [in] long | nSamples, | ||
| [out] long * | nSamplesProcessed | ||
| ) |
Implemented in CInputPin.