IAMVideoControl   302 3rdparty/include/dshow/strmif.h typedef struct IAMVideoControl IAMVideoControl;
IAMVideoControl  4090 3rdparty/include/dshow/strmif.h   struct IAMVideoControl : public IUnknown {
IAMVideoControl  4102 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IAMVideoControl *This,REFIID riid,void **ppvObject);
IAMVideoControl  4103 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IAMVideoControl *This);
IAMVideoControl  4104 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IAMVideoControl *This);
IAMVideoControl  4105 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCaps)(IAMVideoControl *This,IPin *pPin,long *pCapsFlags);
IAMVideoControl  4106 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetMode)(IAMVideoControl *This,IPin *pPin,long Mode);
IAMVideoControl  4107 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetMode)(IAMVideoControl *This,IPin *pPin,long *Mode);
IAMVideoControl  4108 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCurrentActualFrameRate)(IAMVideoControl *This,IPin *pPin,LONGLONG *ActualFrameRate);
IAMVideoControl  4109 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetMaxAvailableFrameRate)(IAMVideoControl *This,IPin *pPin,long iIndex,SIZE Dimensions,LONGLONG *MaxAvailableFrameRate);
IAMVideoControl  4110 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetFrameRateList)(IAMVideoControl *This,IPin *pPin,long iIndex,SIZE Dimensions,long *ListSize,LONGLONG **FrameRates);
IAMVideoControl  4128 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMVideoControl_GetCaps_Proxy(IAMVideoControl *This,IPin *pPin,long *pCapsFlags);
IAMVideoControl  4130 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMVideoControl_SetMode_Proxy(IAMVideoControl *This,IPin *pPin,long Mode);
IAMVideoControl  4132 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMVideoControl_GetMode_Proxy(IAMVideoControl *This,IPin *pPin,long *Mode);
IAMVideoControl  4134 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMVideoControl_GetCurrentActualFrameRate_Proxy(IAMVideoControl *This,IPin *pPin,LONGLONG *ActualFrameRate);
IAMVideoControl  4136 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMVideoControl_GetMaxAvailableFrameRate_Proxy(IAMVideoControl *This,IPin *pPin,long iIndex,SIZE Dimensions,LONGLONG *MaxAvailableFrameRate);
IAMVideoControl  4138 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMVideoControl_GetFrameRateList_Proxy(IAMVideoControl *This,IPin *pPin,long iIndex,SIZE Dimensions,long *ListSize,LONGLONG **FrameRates);