IAMGraphStreams 482 3rdparty/include/dshow/strmif.h typedef struct IAMGraphStreams IAMGraphStreams; IAMGraphStreams 6061 3rdparty/include/dshow/strmif.h struct IAMGraphStreams : public IUnknown { IAMGraphStreams 6070 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *QueryInterface)(IAMGraphStreams *This,REFIID riid,void **ppvObject); IAMGraphStreams 6071 3rdparty/include/dshow/strmif.h ULONG (WINAPI *AddRef)(IAMGraphStreams *This); IAMGraphStreams 6072 3rdparty/include/dshow/strmif.h ULONG (WINAPI *Release)(IAMGraphStreams *This); IAMGraphStreams 6073 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *FindUpstreamInterface)(IAMGraphStreams *This,IPin *pPin,REFIID riid,void **ppvInterface,DWORD dwFlags); IAMGraphStreams 6074 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SyncUsingStreamOffset)(IAMGraphStreams *This,WINBOOL bUseStreamOffset); IAMGraphStreams 6075 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetMaxGraphLatency)(IAMGraphStreams *This,REFERENCE_TIME rtMaxGraphLatency); IAMGraphStreams 6090 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMGraphStreams_FindUpstreamInterface_Proxy(IAMGraphStreams *This,IPin *pPin,REFIID riid,void **ppvInterface,DWORD dwFlags); IAMGraphStreams 6092 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMGraphStreams_SyncUsingStreamOffset_Proxy(IAMGraphStreams *This,WINBOOL bUseStreamOffset); IAMGraphStreams 6094 3rdparty/include/dshow/strmif.h HRESULT WINAPI IAMGraphStreams_SetMaxGraphLatency_Proxy(IAMGraphStreams *This,REFERENCE_TIME rtMaxGraphLatency);