Searched refs:ICodecAPI (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 527 typedef struct ICodecAPI ICodecAPI; typedef 6450 struct ICodecAPI : public IUnknown { struct 6471 HRESULT (WINAPI *QueryInterface)(ICodecAPI *This,REFIID riid,void **ppvObject); 6472 ULONG (WINAPI *AddRef)(ICodecAPI *This); 6473 ULONG (WINAPI *Release)(ICodecAPI *This); 6474 HRESULT (WINAPI *IsSupported)(ICodecAPI *This,const GUID *Api); 6475 HRESULT (WINAPI *IsModifiable)(ICodecAPI *This,const GUID *Api); 6476 …HRESULT (WINAPI *GetParameterRange)(ICodecAPI *This,const GUID *Api,VARIANT *ValueMin,VARIANT *Val… 6477 …HRESULT (WINAPI *GetParameterValues)(ICodecAPI *This,const GUID *Api,VARIANT **Values,ULONG *Value… 6478 HRESULT (WINAPI *GetDefaultValue)(ICodecAPI *This,const GUID *Api,VARIANT *Value); [all …]
|