Home | History | Annotate | Download | only in windx5

Lines Matching refs:mixbuf

257 	result = IDirectSoundBuffer_GetCurrentPosition(mixbuf, &junk, &cursor);
260 IDirectSoundBuffer_Restore(mixbuf);
273 IDirectSoundBuffer_GetStatus(mixbuf, &status);
275 IDirectSoundBuffer_Restore(mixbuf);
276 IDirectSoundBuffer_GetStatus(mixbuf, &status);
282 result = IDirectSoundBuffer_Play(mixbuf, 0, 0, DSBPLAY_LOOPING);
293 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf,
309 IDirectSoundBuffer_GetStatus(mixbuf, &status);
311 IDirectSoundBuffer_Restore(mixbuf);
312 IDirectSoundBuffer_GetStatus(mixbuf, &status);
318 result = IDirectSoundBuffer_Play(mixbuf, 0, 0, DSBPLAY_LOOPING);
334 IDirectSoundBuffer_Unlock(mixbuf, locked_buf, mixlen, NULL, 0);
347 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf, &junk, &cursor);
349 IDirectSoundBuffer_Restore(mixbuf);
350 result = IDirectSoundBuffer_GetCurrentPosition(mixbuf,
375 result = IDirectSoundBuffer_Lock(mixbuf, cursor, mixlen,
378 IDirectSoundBuffer_Restore(mixbuf);
379 result = IDirectSoundBuffer_Lock(mixbuf, cursor, mixlen,
402 IDirectSoundBuffer_Stop(mixbuf);
408 if ( mixbuf != NULL ) {
410 IDirectSoundBuffer_Release(mixbuf);
411 mixbuf = NULL;
587 result = IDirectSoundBuffer_QueryInterface(mixbuf,
672 NUM_BUFFERS = CreatePrimary(sound, mainwin, &mixbuf,
677 NUM_BUFFERS = CreateSecondary(sound, mainwin, &mixbuf,