Searched defs:IGraphConfig (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h612 typedef struct IGraphConfig IGraphConfig; typedef in typeref:struct:IGraphConfig
8225 struct IGraphConfig : public IUnknown { struct in inherits:IUnknown
8241 HRESULT (WINAPI *QueryInterface)(IGraphConfig *This,REFIID riid,void **ppvObject);
8242 ULONG (WINAPI *AddRef)(IGraphConfig *This);
8243 ULONG (WINAPI *Release)(IGraphConfig *This);
8244 HRESULT (WINAPI *Reconnect)(IGraphConfig *This,IPin *pOutputPin,IPin *pInputPin,const AM_MEDIA_TYPE *pmtFirstConnection,IBaseFilter *pUsingFilter,HANDLE hAbortEvent,DWORD dwFlags);
8245 HRESULT (WINAPI *Reconfigure)(IGraphConfig *This,IGraphConfigCallback *pCallback,PVOID pvContext,DWORD dwFlags,HANDLE hAbortEvent);
8246 HRESULT (WINAPI *AddFilterToCache)(IGraphConfig *This,IBaseFilter *pFilter);
8247 HRESULT (WINAPI *EnumCacheFilter)(IGraphConfig *Thi
8256 struct IGraphConfig { struct
[all...]

Completed in 158 milliseconds