Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h612 typedef struct IGraphConfig IGraphConfig; typedef
8225 struct IGraphConfig : public IUnknown { struct
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_TYP…
8245 …HRESULT (WINAPI *Reconfigure)(IGraphConfig *This,IGraphConfigCallback *pCallback,PVOID pvContext,D…
8246 HRESULT (WINAPI *AddFilterToCache)(IGraphConfig *This,IBaseFilter *pFilter);
8247 HRESULT (WINAPI *EnumCacheFilter)(IGraphConfig *This,IEnumFilters **pEnum);
8248 HRESULT (WINAPI *RemoveFilterFromCache)(IGraphConfig *This,IBaseFilter *pFilter);
[all …]