ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <dsdriver.h>
Public Attributes | |
DWORD | dwTotalLeftAmpFactor |
DWORD | dwTotalRightAmpFactor |
LONG | lVolume |
DWORD | dwVolAmpFactor |
LONG | lPan |
DWORD | dwPanLeftAmpFactor |
DWORD | dwPanRightAmpFactor |
Definition at line 103 of file dsdriver.h.
DWORD _DSVOLUMEPAN::dwPanLeftAmpFactor |
Definition at line 110 of file dsdriver.h.
DWORD _DSVOLUMEPAN::dwPanRightAmpFactor |
Definition at line 111 of file dsdriver.h.
DWORD _DSVOLUMEPAN::dwTotalLeftAmpFactor |
Definition at line 105 of file dsdriver.h.
Referenced by DSOUND_AmpFactorToVolPan(), DSOUND_MixerVol(), and DSOUND_RecalcVolPan().
DWORD _DSVOLUMEPAN::dwTotalRightAmpFactor |
Definition at line 106 of file dsdriver.h.
Referenced by DSOUND_AmpFactorToVolPan(), DSOUND_MixerVol(), and DSOUND_RecalcVolPan().
DWORD _DSVOLUMEPAN::dwVolAmpFactor |
Definition at line 108 of file dsdriver.h.
Referenced by DSOUND_AmpFactorToVolPan(), and DSOUND_RecalcVolPan().
LONG _DSVOLUMEPAN::lPan |
Definition at line 109 of file dsdriver.h.
Referenced by DSOUND_AmpFactorToVolPan(), DSOUND_Calc3DBuffer(), DSOUND_MixerVol(), and DSOUND_RecalcVolPan().
LONG _DSVOLUMEPAN::lVolume |
Definition at line 107 of file dsdriver.h.
Referenced by DSOUND_AmpFactorToVolPan(), DSOUND_Calc3DBuffer(), DSOUND_MixerVol(), and DSOUND_RecalcVolPan().