ICodecAPI         527 3rdparty/include/dshow/strmif.h typedef struct ICodecAPI ICodecAPI;
ICodecAPI        6450 3rdparty/include/dshow/strmif.h   struct ICodecAPI : public IUnknown {
ICodecAPI        6471 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(ICodecAPI *This,REFIID riid,void **ppvObject);
ICodecAPI        6472 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(ICodecAPI *This);
ICodecAPI        6473 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(ICodecAPI *This);
ICodecAPI        6474 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *IsSupported)(ICodecAPI *This,const GUID *Api);
ICodecAPI        6475 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *IsModifiable)(ICodecAPI *This,const GUID *Api);
ICodecAPI        6476 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetParameterRange)(ICodecAPI *This,const GUID *Api,VARIANT *ValueMin,VARIANT *ValueMax,VARIANT *SteppingDelta);
ICodecAPI        6477 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetParameterValues)(ICodecAPI *This,const GUID *Api,VARIANT **Values,ULONG *ValuesCount);
ICodecAPI        6478 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetDefaultValue)(ICodecAPI *This,const GUID *Api,VARIANT *Value);
ICodecAPI        6479 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetValue)(ICodecAPI *This,const GUID *Api,VARIANT *Value);
ICodecAPI        6480 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetValue)(ICodecAPI *This,const GUID *Api,VARIANT *Value);
ICodecAPI        6481 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RegisterForEvent)(ICodecAPI *This,const GUID *Api,LONG_PTR userData);
ICodecAPI        6482 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *UnregisterForEvent)(ICodecAPI *This,const GUID *Api);
ICodecAPI        6483 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetAllDefaults)(ICodecAPI *This);
ICodecAPI        6484 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetValueWithNotify)(ICodecAPI *This,const GUID *Api,VARIANT *Value,GUID **ChangedParam,ULONG *ChangedParamCount);
ICodecAPI        6485 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetAllDefaultsWithNotify)(ICodecAPI *This,GUID **ChangedParam,ULONG *ChangedParamCount);
ICodecAPI        6486 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetAllSettings)(ICodecAPI *This,IStream *__MIDL_0016);
ICodecAPI        6487 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetAllSettings)(ICodecAPI *This,IStream *__MIDL_0017);
ICodecAPI        6488 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetAllSettingsWithNotify)(ICodecAPI *This,IStream *__MIDL_0018,GUID **ChangedParam,ULONG *ChangedParamCount);
ICodecAPI        6515 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICodecAPI_IsSupported_Proxy(ICodecAPI *This,const GUID *Api);
ICodecAPI        6517 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICodecAPI_IsModifiable_Proxy(ICodecAPI *This,const GUID *Api);
ICodecAPI        6519 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICodecAPI_GetParameterRange_Proxy(ICodecAPI *This,const GUID *Api,VARIANT *ValueMin,VARIANT *ValueMax,VARIANT *SteppingDelta);
ICodecAPI        6521 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICodecAPI_GetParameterValues_Proxy(ICodecAPI *This,const GUID *Api,VARIANT **Values,ULONG *ValuesCount);
ICodecAPI        6523 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICodecAPI_GetDefaultValue_Proxy(ICodecAPI *This,const GUID *Api,VARIANT *Value);
ICodecAPI        6525 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICodecAPI_GetValue_Proxy(ICodecAPI *This,const GUID *Api,VARIANT *Value);
ICodecAPI        6527 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICodecAPI_SetValue_Proxy(ICodecAPI *This,const GUID *Api,VARIANT *Value);
ICodecAPI        6529 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICodecAPI_RegisterForEvent_Proxy(ICodecAPI *This,const GUID *Api,LONG_PTR userData);
ICodecAPI        6531 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICodecAPI_UnregisterForEvent_Proxy(ICodecAPI *This,const GUID *Api);
ICodecAPI        6533 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICodecAPI_SetAllDefaults_Proxy(ICodecAPI *This);
ICodecAPI        6535 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICodecAPI_SetValueWithNotify_Proxy(ICodecAPI *This,const GUID *Api,VARIANT *Value,GUID **ChangedParam,ULONG *ChangedParamCount);
ICodecAPI        6537 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICodecAPI_SetAllDefaultsWithNotify_Proxy(ICodecAPI *This,GUID **ChangedParam,ULONG *ChangedParamCount);
ICodecAPI        6539 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICodecAPI_GetAllSettings_Proxy(ICodecAPI *This,IStream *__MIDL_0016);
ICodecAPI        6541 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICodecAPI_SetAllSettings_Proxy(ICodecAPI *This,IStream *__MIDL_0017);
ICodecAPI        6543 3rdparty/include/dshow/strmif.h   HRESULT WINAPI ICodecAPI_SetAllSettingsWithNotify_Proxy(ICodecAPI *This,IStream *__MIDL_0018,GUID **ChangedParam,ULONG *ChangedParamCount);