ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include <dsound_private.h>
Definition at line 107 of file dsound_private.h.
LPBYTE DirectSoundDevice::buffer |
Definition at line 122 of file dsound_private.h.
RTL_RWLOCK DirectSoundDevice::buffer_list_lock |
Definition at line 126 of file dsound_private.h.
IDirectSoundBufferImpl** DirectSoundDevice::buffers |
Definition at line 125 of file dsound_private.h.
Referenced by DSOUND_ChangeListener().
DWORD DirectSoundDevice::buflen |
Definition at line 123 of file dsound_private.h.
Referenced by DSOUND_MixInBuffer(), DSOUND_MixOne(), and DSOUND_RecalcFormat().
PIDSDRIVER DirectSoundDevice::driver |
Definition at line 112 of file dsound_private.h.
DSDRIVERCAPS DirectSoundDevice::drvcaps |
Definition at line 114 of file dsound_private.h.
DSDRIVERDESC DirectSoundDevice::drvdesc |
Definition at line 113 of file dsound_private.h.
DS3DLISTENER DirectSoundDevice::ds3dl |
Definition at line 140 of file dsound_private.h.
Referenced by DSOUND_Calc3DBuffer(), and IDirectSound3DListenerImpl_Create().
BOOL DirectSoundDevice::ds3dl_need_recalc |
Definition at line 141 of file dsound_private.h.
Referenced by IDirectSound3DListenerImpl_Create().
DWORD DirectSoundDevice::fraglen |
Definition at line 120 of file dsound_private.h.
Referenced by DSOUND_MixOne().
GUID DirectSoundDevice::guid |
Definition at line 111 of file dsound_private.h.
UINT DirectSoundDevice::helfrags |
Definition at line 119 of file dsound_private.h.
PIDSDRIVERBUFFER DirectSoundDevice::hwbuf |
Definition at line 121 of file dsound_private.h.
HWAVEOUT DirectSoundDevice::hwo |
Definition at line 117 of file dsound_private.h.
IDirectSound3DListenerImpl* DirectSoundDevice::listener |
Definition at line 139 of file dsound_private.h.
LPBYTE DirectSoundDevice::mix_buffer |
Definition at line 130 of file dsound_private.h.
Referenced by DSOUND_MixInBuffer().
DWORD DirectSoundDevice::mix_buffer_len |
Definition at line 131 of file dsound_private.h.
mixfunc DirectSoundDevice::mixfunction |
Definition at line 135 of file dsound_private.h.
Referenced by DSOUND_MixInBuffer().
CRITICAL_SECTION DirectSoundDevice::mixlock |
Definition at line 127 of file dsound_private.h.
DWORD DirectSoundDevice::mixpos |
Definition at line 123 of file dsound_private.h.
normfunc DirectSoundDevice::normfunction |
Definition at line 136 of file dsound_private.h.
int DirectSoundDevice::nrofbuffers |
Definition at line 124 of file dsound_private.h.
Referenced by DSOUND_ChangeListener().
DWORD DirectSoundDevice::playpos |
Definition at line 123 of file dsound_private.h.
UINT DirectSoundDevice::prebuf |
Definition at line 119 of file dsound_private.h.
IDirectSoundBufferImpl* DirectSoundDevice::primary |
Definition at line 128 of file dsound_private.h.
DWORD DirectSoundDevice::priolevel |
Definition at line 115 of file dsound_private.h.
LPWAVEHDR DirectSoundDevice::pwave |
Definition at line 118 of file dsound_private.h.
PWAVEFORMATEX DirectSoundDevice::pwfx |
Definition at line 116 of file dsound_private.h.
Referenced by DSOUND_bufpos_to_secpos(), DSOUND_MixerVol(), DSOUND_MixInBuffer(), DSOUND_MixToTemporary(), DSOUND_RecalcFormat(), and DSOUND_secpos_to_bufpos().
UINT DirectSoundDevice::pwplay |
Definition at line 119 of file dsound_private.h.
UINT DirectSoundDevice::pwqueue |
Definition at line 119 of file dsound_private.h.
LONG DirectSoundDevice::ref |
Definition at line 109 of file dsound_private.h.
DWORD DirectSoundDevice::speaker_config |
Definition at line 129 of file dsound_private.h.
DWORD DirectSoundDevice::state |
Definition at line 123 of file dsound_private.h.
UINT DirectSoundDevice::timerID |
Definition at line 119 of file dsound_private.h.
Referenced by DirectSoundDevice_Initialize().
LPBYTE DirectSoundDevice::tmp_buffer |
Definition at line 130 of file dsound_private.h.
Referenced by DSOUND_MixerVol(), DSOUND_MixInBuffer(), and DSOUND_MixToTemporary().
DWORD DirectSoundDevice::tmp_buffer_len |
Definition at line 131 of file dsound_private.h.
Referenced by DSOUND_MixerVol(), and DSOUND_MixToTemporary().
DSVOLUMEPAN DirectSoundDevice::volpan |
Definition at line 133 of file dsound_private.h.
DWORD DirectSoundDevice::writelead |
Definition at line 123 of file dsound_private.h.