Home
last modified time | relevance | path

Searched refs:IMediaEventSink (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h157 typedef struct IMediaEventSink IMediaEventSink; typedef
2458 struct IMediaEventSink : public IUnknown { struct
2465 HRESULT (WINAPI *QueryInterface)(IMediaEventSink *This,REFIID riid,void **ppvObject);
2466 ULONG (WINAPI *AddRef)(IMediaEventSink *This);
2467 ULONG (WINAPI *Release)(IMediaEventSink *This);
2468 …HRESULT (WINAPI *Notify)(IMediaEventSink *This,long EventCode,LONG_PTR EventParam1,LONG_PTR EventP…
2471 struct IMediaEventSink { struct
2481 …HRESULT WINAPI IMediaEventSink_Notify_Proxy(IMediaEventSink *This,long EventCode,LONG_PTR EventPar…
2485 typedef IMediaEventSink *PMEDIAEVENTSINK;