Home
last modified time | relevance | path

Searched refs:IDistributorNotify (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h227 typedef struct IDistributorNotify IDistributorNotify; typedef
3178 struct IDistributorNotify : public IUnknown { struct
3189 HRESULT (WINAPI *QueryInterface)(IDistributorNotify *This,REFIID riid,void **ppvObject);
3190 ULONG (WINAPI *AddRef)(IDistributorNotify *This);
3191 ULONG (WINAPI *Release)(IDistributorNotify *This);
3192 HRESULT (WINAPI *Stop)(IDistributorNotify *This);
3193 HRESULT (WINAPI *Pause)(IDistributorNotify *This);
3194 HRESULT (WINAPI *Run)(IDistributorNotify *This,REFERENCE_TIME tStart);
3195 HRESULT (WINAPI *SetSyncSource)(IDistributorNotify *This,IReferenceClock *pClock);
3196 HRESULT (WINAPI *NotifyGraphChange)(IDistributorNotify *This);
[all …]