Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h652 typedef struct IVMRMonitorConfig IVMRMonitorConfig; typedef
8792 struct IVMRMonitorConfig : public IUnknown { struct
8803 HRESULT (WINAPI *QueryInterface)(IVMRMonitorConfig *This,REFIID riid,void **ppvObject);
8804 ULONG (WINAPI *AddRef)(IVMRMonitorConfig *This);
8805 ULONG (WINAPI *Release)(IVMRMonitorConfig *This);
8806 HRESULT (WINAPI *SetMonitor)(IVMRMonitorConfig *This,const VMRGUID *pGUID);
8807 HRESULT (WINAPI *GetMonitor)(IVMRMonitorConfig *This,VMRGUID *pGUID);
8808 HRESULT (WINAPI *SetDefaultMonitor)(IVMRMonitorConfig *This,const VMRGUID *pGUID);
8809 HRESULT (WINAPI *GetDefaultMonitor)(IVMRMonitorConfig *This,VMRGUID *pGUID);
8810 …HRESULT (WINAPI *GetAvailableMonitors)(IVMRMonitorConfig *This,VMRMONITORINFO *pInfo,DWORD dwMaxIn…
[all …]