IEncoderAPI 537 3rdparty/include/dshow/strmif.h typedef struct IEncoderAPI IEncoderAPI; IEncoderAPI 6582 3rdparty/include/dshow/strmif.h struct IEncoderAPI : public IUnknown { IEncoderAPI 6595 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *QueryInterface)(IEncoderAPI *This,REFIID riid,void **ppvObject); IEncoderAPI 6596 3rdparty/include/dshow/strmif.h ULONG (WINAPI *AddRef)(IEncoderAPI *This); IEncoderAPI 6597 3rdparty/include/dshow/strmif.h ULONG (WINAPI *Release)(IEncoderAPI *This); IEncoderAPI 6598 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *IsSupported)(IEncoderAPI *This,const GUID *Api); IEncoderAPI 6599 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *IsAvailable)(IEncoderAPI *This,const GUID *Api); IEncoderAPI 6600 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetParameterRange)(IEncoderAPI *This,const GUID *Api,VARIANT *ValueMin,VARIANT *ValueMax,VARIANT *SteppingDelta); IEncoderAPI 6601 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetParameterValues)(IEncoderAPI *This,const GUID *Api,VARIANT **Values,ULONG *ValuesCount); IEncoderAPI 6602 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetDefaultValue)(IEncoderAPI *This,const GUID *Api,VARIANT *Value); IEncoderAPI 6603 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *GetValue)(IEncoderAPI *This,const GUID *Api,VARIANT *Value); IEncoderAPI 6604 3rdparty/include/dshow/strmif.h HRESULT (WINAPI *SetValue)(IEncoderAPI *This,const GUID *Api,VARIANT *Value); IEncoderAPI 6623 3rdparty/include/dshow/strmif.h HRESULT WINAPI IEncoderAPI_IsSupported_Proxy(IEncoderAPI *This,const GUID *Api); IEncoderAPI 6625 3rdparty/include/dshow/strmif.h HRESULT WINAPI IEncoderAPI_IsAvailable_Proxy(IEncoderAPI *This,const GUID *Api); IEncoderAPI 6627 3rdparty/include/dshow/strmif.h HRESULT WINAPI IEncoderAPI_GetParameterRange_Proxy(IEncoderAPI *This,const GUID *Api,VARIANT *ValueMin,VARIANT *ValueMax,VARIANT *SteppingDelta); IEncoderAPI 6629 3rdparty/include/dshow/strmif.h HRESULT WINAPI IEncoderAPI_GetParameterValues_Proxy(IEncoderAPI *This,const GUID *Api,VARIANT **Values,ULONG *ValuesCount); IEncoderAPI 6631 3rdparty/include/dshow/strmif.h HRESULT WINAPI IEncoderAPI_GetDefaultValue_Proxy(IEncoderAPI *This,const GUID *Api,VARIANT *Value); IEncoderAPI 6633 3rdparty/include/dshow/strmif.h HRESULT WINAPI IEncoderAPI_GetValue_Proxy(IEncoderAPI *This,const GUID *Api,VARIANT *Value); IEncoderAPI 6635 3rdparty/include/dshow/strmif.h HRESULT WINAPI IEncoderAPI_SetValue_Proxy(IEncoderAPI *This,const GUID *Api,VARIANT *Value); IEncoderAPI 6643 3rdparty/include/dshow/strmif.h struct IVideoEncoder : public IEncoderAPI {