IFilterGraph       47 3rdparty/include/dshow/strmif.h typedef struct IFilterGraph IFilterGraph;
IFilterGraph     1016 3rdparty/include/dshow/strmif.h   struct IFilterGraph : public IUnknown {
IFilterGraph     1030 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IFilterGraph *This,REFIID riid,void **ppvObject);
IFilterGraph     1031 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IFilterGraph *This);
IFilterGraph     1032 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IFilterGraph *This);
IFilterGraph     1033 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AddFilter)(IFilterGraph *This,IBaseFilter *pFilter,LPCWSTR pName);
IFilterGraph     1034 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RemoveFilter)(IFilterGraph *This,IBaseFilter *pFilter);
IFilterGraph     1035 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *EnumFilters)(IFilterGraph *This,IEnumFilters **ppEnum);
IFilterGraph     1036 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *FindFilterByName)(IFilterGraph *This,LPCWSTR pName,IBaseFilter **ppFilter);
IFilterGraph     1037 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ConnectDirect)(IFilterGraph *This,IPin *ppinOut,IPin *ppinIn,const AM_MEDIA_TYPE *pmt);
IFilterGraph     1038 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Reconnect)(IFilterGraph *This,IPin *ppin);
IFilterGraph     1039 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Disconnect)(IFilterGraph *This,IPin *ppin);
IFilterGraph     1040 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetDefaultSyncSource)(IFilterGraph *This);
IFilterGraph     1060 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph_AddFilter_Proxy(IFilterGraph *This,IBaseFilter *pFilter,LPCWSTR pName);
IFilterGraph     1062 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph_RemoveFilter_Proxy(IFilterGraph *This,IBaseFilter *pFilter);
IFilterGraph     1064 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph_EnumFilters_Proxy(IFilterGraph *This,IEnumFilters **ppEnum);
IFilterGraph     1066 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph_FindFilterByName_Proxy(IFilterGraph *This,LPCWSTR pName,IBaseFilter **ppFilter);
IFilterGraph     1068 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph_ConnectDirect_Proxy(IFilterGraph *This,IPin *ppinOut,IPin *ppinIn,const AM_MEDIA_TYPE *pmt);
IFilterGraph     1070 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph_Reconnect_Proxy(IFilterGraph *This,IPin *ppin);
IFilterGraph     1072 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph_Disconnect_Proxy(IFilterGraph *This,IPin *ppin);
IFilterGraph     1074 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph_SetDefaultSyncSource_Proxy(IFilterGraph *This);
IFilterGraph     1078 3rdparty/include/dshow/strmif.h   typedef IFilterGraph *PFILTERGRAPH;
IFilterGraph     1203 3rdparty/include/dshow/strmif.h     IFilterGraph *pGraph;
IFilterGraph     1213 3rdparty/include/dshow/strmif.h     virtual HRESULT WINAPI JoinFilterGraph(IFilterGraph *pGraph,LPCWSTR pName) = 0;
IFilterGraph     1232 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *JoinFilterGraph)(IBaseFilter *This,IFilterGraph *pGraph,LPCWSTR pName);
IFilterGraph     1263 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IBaseFilter_JoinFilterGraph_Proxy(IBaseFilter *This,IFilterGraph *pGraph,LPCWSTR pName);
IFilterGraph     2621 3rdparty/include/dshow/strmif.h   struct IGraphBuilder : public IFilterGraph {