IStreamBuilder    202 3rdparty/include/dshow/strmif.h typedef struct IStreamBuilder IStreamBuilder;
IStreamBuilder   2943 3rdparty/include/dshow/strmif.h   struct IStreamBuilder : public IUnknown {
IStreamBuilder   2951 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IStreamBuilder *This,REFIID riid,void **ppvObject);
IStreamBuilder   2952 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IStreamBuilder *This);
IStreamBuilder   2953 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IStreamBuilder *This);
IStreamBuilder   2954 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Render)(IStreamBuilder *This,IPin *ppinOut,IGraphBuilder *pGraph);
IStreamBuilder   2955 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Backout)(IStreamBuilder *This,IPin *ppinOut,IGraphBuilder *pGraph);
IStreamBuilder   2969 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IStreamBuilder_Render_Proxy(IStreamBuilder *This,IPin *ppinOut,IGraphBuilder *pGraph);
IStreamBuilder   2971 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IStreamBuilder_Backout_Proxy(IStreamBuilder *This,IPin *ppinOut,IGraphBuilder *pGraph);