IVideoEncoder     542 3rdparty/include/dshow/strmif.h typedef struct IVideoEncoder IVideoEncoder;
IVideoEncoder    6643 3rdparty/include/dshow/strmif.h   struct IVideoEncoder : public IEncoderAPI {
IVideoEncoder    6649 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IVideoEncoder *This,REFIID riid,void **ppvObject);
IVideoEncoder    6650 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IVideoEncoder *This);
IVideoEncoder    6651 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IVideoEncoder *This);
IVideoEncoder    6652 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *IsSupported)(IVideoEncoder *This,const GUID *Api);
IVideoEncoder    6653 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *IsAvailable)(IVideoEncoder *This,const GUID *Api);
IVideoEncoder    6654 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetParameterRange)(IVideoEncoder *This,const GUID *Api,VARIANT *ValueMin,VARIANT *ValueMax,VARIANT *SteppingDelta);
IVideoEncoder    6655 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetParameterValues)(IVideoEncoder *This,const GUID *Api,VARIANT **Values,ULONG *ValuesCount);
IVideoEncoder    6656 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetDefaultValue)(IVideoEncoder *This,const GUID *Api,VARIANT *Value);
IVideoEncoder    6657 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetValue)(IVideoEncoder *This,const GUID *Api,VARIANT *Value);
IVideoEncoder    6658 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetValue)(IVideoEncoder *This,const GUID *Api,VARIANT *Value);