Lines Matching refs:IVideoEncoder
542 typedef struct IVideoEncoder IVideoEncoder; typedef
6643 struct IVideoEncoder : public IEncoderAPI { struct
6649 HRESULT (WINAPI *QueryInterface)(IVideoEncoder *This,REFIID riid,void **ppvObject);
6650 ULONG (WINAPI *AddRef)(IVideoEncoder *This);
6651 ULONG (WINAPI *Release)(IVideoEncoder *This);
6652 HRESULT (WINAPI *IsSupported)(IVideoEncoder *This,const GUID *Api);
6653 HRESULT (WINAPI *IsAvailable)(IVideoEncoder *This,const GUID *Api);
6654 …HRESULT (WINAPI *GetParameterRange)(IVideoEncoder *This,const GUID *Api,VARIANT *ValueMin,VARIANT …
6655 …HRESULT (WINAPI *GetParameterValues)(IVideoEncoder *This,const GUID *Api,VARIANT **Values,ULONG *V…
6656 HRESULT (WINAPI *GetDefaultValue)(IVideoEncoder *This,const GUID *Api,VARIANT *Value);
6657 HRESULT (WINAPI *GetValue)(IVideoEncoder *This,const GUID *Api,VARIANT *Value);
6658 HRESULT (WINAPI *SetValue)(IVideoEncoder *This,const GUID *Api,VARIANT *Value);
6661 struct IVideoEncoder { struct