IAMExtTransport   372 3rdparty/include/dshow/strmif.h typedef struct IAMExtTransport IAMExtTransport;
IAMExtTransport  4929 3rdparty/include/dshow/strmif.h   struct IAMExtTransport : public IUnknown {
IAMExtTransport  4963 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IAMExtTransport *This,REFIID riid,void **ppvObject);
IAMExtTransport  4964 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IAMExtTransport *This);
IAMExtTransport  4965 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IAMExtTransport *This);
IAMExtTransport  4966 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCapability)(IAMExtTransport *This,long Capability,long *pValue,double *pdblValue);
IAMExtTransport  4967 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_MediaState)(IAMExtTransport *This,long State);
IAMExtTransport  4968 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_MediaState)(IAMExtTransport *This,long *pState);
IAMExtTransport  4969 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_LocalControl)(IAMExtTransport *This,long State);
IAMExtTransport  4970 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_LocalControl)(IAMExtTransport *This,long *pState);
IAMExtTransport  4971 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetStatus)(IAMExtTransport *This,long StatusItem,long *pValue);
IAMExtTransport  4972 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetTransportBasicParameters)(IAMExtTransport *This,long Param,long *pValue,LPOLESTR *ppszData);
IAMExtTransport  4973 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetTransportBasicParameters)(IAMExtTransport *This,long Param,long Value,LPCOLESTR pszData);
IAMExtTransport  4974 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetTransportVideoParameters)(IAMExtTransport *This,long Param,long *pValue);
IAMExtTransport  4975 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetTransportVideoParameters)(IAMExtTransport *This,long Param,long Value);
IAMExtTransport  4976 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetTransportAudioParameters)(IAMExtTransport *This,long Param,long *pValue);
IAMExtTransport  4977 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetTransportAudioParameters)(IAMExtTransport *This,long Param,long Value);
IAMExtTransport  4978 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_Mode)(IAMExtTransport *This,long Mode);
IAMExtTransport  4979 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_Mode)(IAMExtTransport *This,long *pMode);
IAMExtTransport  4980 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_Rate)(IAMExtTransport *This,double dblRate);
IAMExtTransport  4981 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_Rate)(IAMExtTransport *This,double *pdblRate);
IAMExtTransport  4982 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetChase)(IAMExtTransport *This,long *pEnabled,long *pOffset,HEVENT *phEvent);
IAMExtTransport  4983 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetChase)(IAMExtTransport *This,long Enable,long Offset,HEVENT hEvent);
IAMExtTransport  4984 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetBump)(IAMExtTransport *This,long *pSpeed,long *pDuration);
IAMExtTransport  4985 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetBump)(IAMExtTransport *This,long Speed,long Duration);
IAMExtTransport  4986 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_AntiClogControl)(IAMExtTransport *This,long *pEnabled);
IAMExtTransport  4987 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_AntiClogControl)(IAMExtTransport *This,long Enable);
IAMExtTransport  4988 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetEditPropertySet)(IAMExtTransport *This,long EditID,long *pState);
IAMExtTransport  4989 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetEditPropertySet)(IAMExtTransport *This,long *pEditID,long State);
IAMExtTransport  4990 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetEditProperty)(IAMExtTransport *This,long EditID,long Param,long *pValue);
IAMExtTransport  4991 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetEditProperty)(IAMExtTransport *This,long EditID,long Param,long Value);
IAMExtTransport  4992 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_EditStart)(IAMExtTransport *This,long *pValue);
IAMExtTransport  4993 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_EditStart)(IAMExtTransport *This,long Value);
IAMExtTransport  5033 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_GetCapability_Proxy(IAMExtTransport *This,long Capability,long *pValue,double *pdblValue);
IAMExtTransport  5035 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_put_MediaState_Proxy(IAMExtTransport *This,long State);
IAMExtTransport  5037 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_get_MediaState_Proxy(IAMExtTransport *This,long *pState);
IAMExtTransport  5039 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_put_LocalControl_Proxy(IAMExtTransport *This,long State);
IAMExtTransport  5041 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_get_LocalControl_Proxy(IAMExtTransport *This,long *pState);
IAMExtTransport  5043 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_GetStatus_Proxy(IAMExtTransport *This,long StatusItem,long *pValue);
IAMExtTransport  5045 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_GetTransportBasicParameters_Proxy(IAMExtTransport *This,long Param,long *pValue,LPOLESTR *ppszData);
IAMExtTransport  5047 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_SetTransportBasicParameters_Proxy(IAMExtTransport *This,long Param,long Value,LPCOLESTR pszData);
IAMExtTransport  5049 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_GetTransportVideoParameters_Proxy(IAMExtTransport *This,long Param,long *pValue);
IAMExtTransport  5051 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_SetTransportVideoParameters_Proxy(IAMExtTransport *This,long Param,long Value);
IAMExtTransport  5053 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_GetTransportAudioParameters_Proxy(IAMExtTransport *This,long Param,long *pValue);
IAMExtTransport  5055 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_SetTransportAudioParameters_Proxy(IAMExtTransport *This,long Param,long Value);
IAMExtTransport  5057 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_put_Mode_Proxy(IAMExtTransport *This,long Mode);
IAMExtTransport  5059 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_get_Mode_Proxy(IAMExtTransport *This,long *pMode);
IAMExtTransport  5061 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_put_Rate_Proxy(IAMExtTransport *This,double dblRate);
IAMExtTransport  5063 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_get_Rate_Proxy(IAMExtTransport *This,double *pdblRate);
IAMExtTransport  5065 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_GetChase_Proxy(IAMExtTransport *This,long *pEnabled,long *pOffset,HEVENT *phEvent);
IAMExtTransport  5067 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_SetChase_Proxy(IAMExtTransport *This,long Enable,long Offset,HEVENT hEvent);
IAMExtTransport  5069 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_GetBump_Proxy(IAMExtTransport *This,long *pSpeed,long *pDuration);
IAMExtTransport  5071 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_SetBump_Proxy(IAMExtTransport *This,long Speed,long Duration);
IAMExtTransport  5073 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_get_AntiClogControl_Proxy(IAMExtTransport *This,long *pEnabled);
IAMExtTransport  5075 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_put_AntiClogControl_Proxy(IAMExtTransport *This,long Enable);
IAMExtTransport  5077 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_GetEditPropertySet_Proxy(IAMExtTransport *This,long EditID,long *pState);
IAMExtTransport  5079 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_SetEditPropertySet_Proxy(IAMExtTransport *This,long *pEditID,long State);
IAMExtTransport  5081 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_GetEditProperty_Proxy(IAMExtTransport *This,long EditID,long Param,long *pValue);
IAMExtTransport  5083 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_SetEditProperty_Proxy(IAMExtTransport *This,long EditID,long Param,long Value);
IAMExtTransport  5085 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_get_EditStart_Proxy(IAMExtTransport *This,long *pValue);
IAMExtTransport  5087 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMExtTransport_put_EditStart_Proxy(IAMExtTransport *This,long Value);
IAMExtTransport  5091 3rdparty/include/dshow/strmif.h   typedef IAMExtTransport *PIAMEXTTRANSPORT;