IAMLatency        442 3rdparty/include/dshow/strmif.h typedef struct IAMLatency IAMLatency;
IAMLatency       5712 3rdparty/include/dshow/strmif.h   struct IAMLatency : public IUnknown {
IAMLatency       5719 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IAMLatency *This,REFIID riid,void **ppvObject);
IAMLatency       5720 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IAMLatency *This);
IAMLatency       5721 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IAMLatency *This);
IAMLatency       5722 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetLatency)(IAMLatency *This,REFERENCE_TIME *prtLatency);
IAMLatency       5735 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMLatency_GetLatency_Proxy(IAMLatency *This,REFERENCE_TIME *prtLatency);
IAMLatency       5743 3rdparty/include/dshow/strmif.h   struct IAMPushSource : public IAMLatency {