IFilterGraph2     197 3rdparty/include/dshow/strmif.h typedef struct IFilterGraph2 IFilterGraph2;
IFilterGraph2    2872 3rdparty/include/dshow/strmif.h   struct IFilterGraph2 : public IGraphBuilder {
IFilterGraph2    2881 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IFilterGraph2 *This,REFIID riid,void **ppvObject);
IFilterGraph2    2882 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IFilterGraph2 *This);
IFilterGraph2    2883 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IFilterGraph2 *This);
IFilterGraph2    2884 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AddFilter)(IFilterGraph2 *This,IBaseFilter *pFilter,LPCWSTR pName);
IFilterGraph2    2885 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RemoveFilter)(IFilterGraph2 *This,IBaseFilter *pFilter);
IFilterGraph2    2886 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *EnumFilters)(IFilterGraph2 *This,IEnumFilters **ppEnum);
IFilterGraph2    2887 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *FindFilterByName)(IFilterGraph2 *This,LPCWSTR pName,IBaseFilter **ppFilter);
IFilterGraph2    2888 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ConnectDirect)(IFilterGraph2 *This,IPin *ppinOut,IPin *ppinIn,const AM_MEDIA_TYPE *pmt);
IFilterGraph2    2889 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Reconnect)(IFilterGraph2 *This,IPin *ppin);
IFilterGraph2    2890 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Disconnect)(IFilterGraph2 *This,IPin *ppin);
IFilterGraph2    2891 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetDefaultSyncSource)(IFilterGraph2 *This);
IFilterGraph2    2892 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Connect)(IFilterGraph2 *This,IPin *ppinOut,IPin *ppinIn);
IFilterGraph2    2893 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Render)(IFilterGraph2 *This,IPin *ppinOut);
IFilterGraph2    2894 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RenderFile)(IFilterGraph2 *This,LPCWSTR lpcwstrFile,LPCWSTR lpcwstrPlayList);
IFilterGraph2    2895 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AddSourceFilter)(IFilterGraph2 *This,LPCWSTR lpcwstrFileName,LPCWSTR lpcwstrFilterName,IBaseFilter **ppFilter);
IFilterGraph2    2896 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetLogFile)(IFilterGraph2 *This,DWORD_PTR hFile);
IFilterGraph2    2897 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Abort)(IFilterGraph2 *This);
IFilterGraph2    2898 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ShouldOperationContinue)(IFilterGraph2 *This);
IFilterGraph2    2899 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AddSourceFilterForMoniker)(IFilterGraph2 *This,IMoniker *pMoniker,IBindCtx *pCtx,LPCWSTR lpcwstrFilterName,IBaseFilter **ppFilter);
IFilterGraph2    2900 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ReconnectEx)(IFilterGraph2 *This,IPin *ppin,const AM_MEDIA_TYPE *pmt);
IFilterGraph2    2901 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RenderEx)(IFilterGraph2 *This,IPin *pPinOut,DWORD dwFlags,DWORD *pvContext);
IFilterGraph2    2931 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph2_AddSourceFilterForMoniker_Proxy(IFilterGraph2 *This,IMoniker *pMoniker,IBindCtx *pCtx,LPCWSTR lpcwstrFilterName,IBaseFilter **ppFilter);
IFilterGraph2    2933 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph2_ReconnectEx_Proxy(IFilterGraph2 *This,IPin *ppin,const AM_MEDIA_TYPE *pmt);
IFilterGraph2    2935 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IFilterGraph2_RenderEx_Proxy(IFilterGraph2 *This,IPin *pPinOut,DWORD dwFlags,DWORD *pvContext);