Home
last modified time | relevance | path

Searched refs:bMix (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/directx/dsound_new/
H A Dnotify.c27 BOOL bMix; member
152 if (This->bMix == FALSE) in IDirectSoundNotify_fnSetNotificationPositions()
235 BOOL bMix, in NewDirectSoundNotify() argument
246 This->bMix = bMix; in NewDirectSoundNotify()
H A Dcapturebuffer.c33 BOOL bMix; member
166 …HRESULT hr = NewDirectSoundNotify(&This->Notify, This->bLoop, This->bMix, This->hPin, This->Buffer… in IDirectSoundCaptureBufferImpl_QueryInterface()
300 if (This->bMix) in IDirectSoundCaptureBufferImpl_GetCurrentPosition()
523 Header.Data = (This->bMix ? This->MixBuffer : This->Buffer); in IDirectSoundCaptureBufferImpl_Start()
536 if (This->bMix) in IDirectSoundCaptureBufferImpl_Start()
599 if (This->bMix) in IDirectSoundCaptureBufferImpl_Stop()
767 This->bMix = TRUE; in NewDirectSoundCaptureBuffer()
776 if (!This->bMix) in NewDirectSoundCaptureBuffer()
H A Dprecomp.h264 BOOL bMix,