IReferenceClock2   72 3rdparty/include/dshow/strmif.h typedef struct IReferenceClock2 IReferenceClock2;
IReferenceClock2 1327 3rdparty/include/dshow/strmif.h   struct IReferenceClock2 : public IReferenceClock {
IReferenceClock2 1332 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IReferenceClock2 *This,REFIID riid,void **ppvObject);
IReferenceClock2 1333 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IReferenceClock2 *This);
IReferenceClock2 1334 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IReferenceClock2 *This);
IReferenceClock2 1335 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetTime)(IReferenceClock2 *This,REFERENCE_TIME *pTime);
IReferenceClock2 1336 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AdviseTime)(IReferenceClock2 *This,REFERENCE_TIME baseTime,REFERENCE_TIME streamTime,HEVENT hEvent,DWORD_PTR *pdwAdviseCookie);
IReferenceClock2 1337 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AdvisePeriodic)(IReferenceClock2 *This,REFERENCE_TIME startTime,REFERENCE_TIME periodTime,HSEMAPHORE hSemaphore,DWORD_PTR *pdwAdviseCookie);
IReferenceClock2 1338 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Unadvise)(IReferenceClock2 *This,DWORD_PTR dwAdviseCookie);
IReferenceClock2 1356 3rdparty/include/dshow/strmif.h   typedef IReferenceClock2 *PREFERENCECLOCK2;