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

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h302 typedef struct IAMVideoControl IAMVideoControl; typedef in typeref:struct:IAMVideoControl
4090 struct IAMVideoControl : public IUnknown { struct in inherits:IUnknown
4102 HRESULT (WINAPI *QueryInterface)(IAMVideoControl *This,REFIID riid,void **ppvObject);
4103 ULONG (WINAPI *AddRef)(IAMVideoControl *This);
4104 ULONG (WINAPI *Release)(IAMVideoControl *This);
4105 HRESULT (WINAPI *GetCaps)(IAMVideoControl *This,IPin *pPin,long *pCapsFlags);
4106 HRESULT (WINAPI *SetMode)(IAMVideoControl *This,IPin *pPin,long Mode);
4107 HRESULT (WINAPI *GetMode)(IAMVideoControl *This,IPin *pPin,long *Mode);
4108 HRESULT (WINAPI *GetCurrentActualFrameRate)(IAMVideoControl *Thi
4113 struct IAMVideoControl { struct
[all...]

Completed in 120 milliseconds