Changeset 3925 for trunk/src/dsound/OS2PrimBuff.cpp
- Timestamp:
- Aug 2, 2000, 5:51:35 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dsound/OS2PrimBuff.cpp
r3555 r3925 1 /* $Id: OS2PrimBuff.cpp,v 1.4 2000-08-02 15:48:26 bird Exp $ */ 1 2 /* 2 3 * DirectSound Primary Buffer … … 17 18 that the Win32 program can write to. The GetPosition function will 18 19 determine what buffer is being played, and return the offset to the 19 end of this buffer. 20 end of this buffer. 20 21 21 22 The Lock function will call the GetCurrentPosition function to determine 22 23 where the end of the currently playing buffer is and allow the Win32 23 program to lock between that location and 15ms from there 24 program to lock between that location and 15ms from there 24 25 (15ms should be past the next buffer). 25 26 … … 524 525 HRESULT __stdcall PrimBufUnlock(THIS_ LPVOID,DWORD,LPVOID,DWORD ) 525 526 { 526 // I don't think we really need any code here.. 527 // I don't think we really need any code here.. 527 528 528 529 dprintf(("DSOUND-PrimBuff: Unlock"));
Note:
See TracChangeset
for help on using the changeset viewer.