Searched refs:bMix (Results 1 – 3 of 3) sorted by relevance
27 BOOL bMix; member152 if (This->bMix == FALSE) in IDirectSoundNotify_fnSetNotificationPositions()235 BOOL bMix, in NewDirectSoundNotify() argument246 This->bMix = bMix; in NewDirectSoundNotify()
33 BOOL bMix; member166 …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()
264 BOOL bMix,