Searched defs:IAMTunerNotification (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h317 typedef struct IAMTunerNotification IAMTunerNotification; typedef in typeref:struct:IAMTunerNotification
4230 virtual HRESULT WINAPI RegisterNotificationCallBack(IAMTunerNotification *pNotify,long lEvents) = 0;
4231 virtual HRESULT WINAPI UnRegisterNotificationCallBack(IAMTunerNotification *pNotify) = 0;
4252 HRESULT (WINAPI *RegisterNotificationCallBack)(IAMTuner *This,IAMTunerNotification *pNotify,long lEvents);
4253 HRESULT (WINAPI *UnRegisterNotificationCallBack)(IAMTuner *This,IAMTunerNotification *pNotify);
4306 HRESULT WINAPI IAMTuner_RegisterNotificationCallBack_Proxy(IAMTuner *This,IAMTunerNotification *pNotify,long lEvents);
4308 HRESULT WINAPI IAMTuner_UnRegisterNotificationCallBack_Proxy(IAMTuner *This,IAMTunerNotification *pNotify);
4316 struct IAMTunerNotification : public IUnknown { struct in inherits:IUnknown
4323 HRESULT (WINAPI *QueryInterface)(IAMTunerNotification *Thi
4329 struct IAMTunerNotification { struct
[all...]

Completed in 68 milliseconds