|
STDMETHODIMP | QueryInterface (REFIID InterfaceId, PVOID *Interface) |
|
| STDMETHODIMP_ (ULONG) AddRef() |
|
| STDMETHODIMP_ (ULONG) Release() |
|
HRESULT STDMETHODCALLTYPE | Connect (IPin *pReceivePin, const AM_MEDIA_TYPE *pmt) |
|
HRESULT STDMETHODCALLTYPE | ReceiveConnection (IPin *pConnector, const AM_MEDIA_TYPE *pmt) |
|
HRESULT STDMETHODCALLTYPE | Disconnect () |
|
HRESULT STDMETHODCALLTYPE | ConnectedTo (IPin **pPin) |
|
HRESULT STDMETHODCALLTYPE | ConnectionMediaType (AM_MEDIA_TYPE *pmt) |
|
HRESULT STDMETHODCALLTYPE | QueryPinInfo (PIN_INFO *pInfo) |
|
HRESULT STDMETHODCALLTYPE | QueryDirection (PIN_DIRECTION *pPinDir) |
|
HRESULT STDMETHODCALLTYPE | QueryId (LPWSTR *Id) |
|
HRESULT STDMETHODCALLTYPE | QueryAccept (const AM_MEDIA_TYPE *pmt) |
|
HRESULT STDMETHODCALLTYPE | EnumMediaTypes (IEnumMediaTypes **ppEnum) |
|
HRESULT STDMETHODCALLTYPE | QueryInternalConnections (IPin **apPin, ULONG *nPin) |
|
HRESULT STDMETHODCALLTYPE | EndOfStream () |
|
HRESULT STDMETHODCALLTYPE | BeginFlush () |
|
HRESULT STDMETHODCALLTYPE | EndFlush () |
|
HRESULT STDMETHODCALLTYPE | NewSegment (REFERENCE_TIME tStart, REFERENCE_TIME tStop, double dRate) |
|
| CPin (IBaseFilter *ParentFilter) |
|
virtual | ~CPin () |
|
HRESULT | Connect ([in] IPin *pReceivePin, [in] const AM_MEDIA_TYPE *pmt) |
|
HRESULT | ReceiveConnection ([in] IPin *pConnector, [in] const AM_MEDIA_TYPE *pmt) |
|
HRESULT | Disconnect (void) |
|
HRESULT | ConnectedTo ([out] IPin **pPin) |
|
HRESULT | ConnectionMediaType ([out] AM_MEDIA_TYPE *pmt) |
|
HRESULT | QueryPinInfo ([out] PIN_INFO *pInfo) |
|
HRESULT | QueryDirection ([out] PIN_DIRECTION *pPinDir) |
|
HRESULT | QueryId ([out] LPWSTR *Id) |
|
HRESULT | QueryAccept ([in] const AM_MEDIA_TYPE *pmt) |
|
HRESULT | EnumMediaTypes ([out] IEnumMediaTypes **ppEnum) |
|
HRESULT | QueryInternalConnections ([out] IPin **apPin, [in, out] ULONG *nPin) |
|
HRESULT | EndOfStream (void) |
|
HRESULT | BeginFlush (void) |
|
HRESULT | EndFlush (void) |
|
HRESULT | NewSegment ([in] REFERENCE_TIME tStart, [in] REFERENCE_TIME tStop, [in] double dRate) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 16 of file pin.cpp.