IAMAudioInputMixer  277 3rdparty/include/dshow/strmif.h typedef struct IAMAudioInputMixer IAMAudioInputMixer;
IAMAudioInputMixer 3730 3rdparty/include/dshow/strmif.h   struct IAMAudioInputMixer : public IUnknown {
IAMAudioInputMixer 3752 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IAMAudioInputMixer *This,REFIID riid,void **ppvObject);
IAMAudioInputMixer 3753 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IAMAudioInputMixer *This);
IAMAudioInputMixer 3754 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IAMAudioInputMixer *This);
IAMAudioInputMixer 3755 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_Enable)(IAMAudioInputMixer *This,WINBOOL fEnable);
IAMAudioInputMixer 3756 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_Enable)(IAMAudioInputMixer *This,WINBOOL *pfEnable);
IAMAudioInputMixer 3757 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_Mono)(IAMAudioInputMixer *This,WINBOOL fMono);
IAMAudioInputMixer 3758 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_Mono)(IAMAudioInputMixer *This,WINBOOL *pfMono);
IAMAudioInputMixer 3759 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_MixLevel)(IAMAudioInputMixer *This,double Level);
IAMAudioInputMixer 3760 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_MixLevel)(IAMAudioInputMixer *This,double *pLevel);
IAMAudioInputMixer 3761 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_Pan)(IAMAudioInputMixer *This,double Pan);
IAMAudioInputMixer 3762 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_Pan)(IAMAudioInputMixer *This,double *pPan);
IAMAudioInputMixer 3763 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_Loudness)(IAMAudioInputMixer *This,WINBOOL fLoudness);
IAMAudioInputMixer 3764 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_Loudness)(IAMAudioInputMixer *This,WINBOOL *pfLoudness);
IAMAudioInputMixer 3765 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_Treble)(IAMAudioInputMixer *This,double Treble);
IAMAudioInputMixer 3766 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_Treble)(IAMAudioInputMixer *This,double *pTreble);
IAMAudioInputMixer 3767 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_TrebleRange)(IAMAudioInputMixer *This,double *pRange);
IAMAudioInputMixer 3768 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_Bass)(IAMAudioInputMixer *This,double Bass);
IAMAudioInputMixer 3769 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_Bass)(IAMAudioInputMixer *This,double *pBass);
IAMAudioInputMixer 3770 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_BassRange)(IAMAudioInputMixer *This,double *pRange);
IAMAudioInputMixer 3798 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMAudioInputMixer_put_Enable_Proxy(IAMAudioInputMixer *This,WINBOOL fEnable);
IAMAudioInputMixer 3800 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMAudioInputMixer_get_Enable_Proxy(IAMAudioInputMixer *This,WINBOOL *pfEnable);
IAMAudioInputMixer 3802 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMAudioInputMixer_put_Mono_Proxy(IAMAudioInputMixer *This,WINBOOL fMono);
IAMAudioInputMixer 3804 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMAudioInputMixer_get_Mono_Proxy(IAMAudioInputMixer *This,WINBOOL *pfMono);
IAMAudioInputMixer 3806 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMAudioInputMixer_put_MixLevel_Proxy(IAMAudioInputMixer *This,double Level);
IAMAudioInputMixer 3808 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMAudioInputMixer_get_MixLevel_Proxy(IAMAudioInputMixer *This,double *pLevel);
IAMAudioInputMixer 3810 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMAudioInputMixer_put_Pan_Proxy(IAMAudioInputMixer *This,double Pan);
IAMAudioInputMixer 3812 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMAudioInputMixer_get_Pan_Proxy(IAMAudioInputMixer *This,double *pPan);
IAMAudioInputMixer 3814 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMAudioInputMixer_put_Loudness_Proxy(IAMAudioInputMixer *This,WINBOOL fLoudness);
IAMAudioInputMixer 3816 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMAudioInputMixer_get_Loudness_Proxy(IAMAudioInputMixer *This,WINBOOL *pfLoudness);
IAMAudioInputMixer 3818 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMAudioInputMixer_put_Treble_Proxy(IAMAudioInputMixer *This,double Treble);
IAMAudioInputMixer 3820 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMAudioInputMixer_get_Treble_Proxy(IAMAudioInputMixer *This,double *pTreble);
IAMAudioInputMixer 3822 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMAudioInputMixer_get_TrebleRange_Proxy(IAMAudioInputMixer *This,double *pRange);
IAMAudioInputMixer 3824 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMAudioInputMixer_put_Bass_Proxy(IAMAudioInputMixer *This,double Bass);
IAMAudioInputMixer 3826 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMAudioInputMixer_get_Bass_Proxy(IAMAudioInputMixer *This,double *pBass);
IAMAudioInputMixer 3828 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMAudioInputMixer_get_BassRange_Proxy(IAMAudioInputMixer *This,double *pRange);