Ignore:
Timestamp:
Aug 2, 2000, 5:51:35 PM (25 years ago)
Author:
bird
Message:

Added the CVS keyword Id.

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 $ */
    12/*
    23 *  DirectSound Primary Buffer
     
    1718      that the Win32 program can write to. The GetPosition function will
    1819      determine what buffer is being played, and return the offset to the
    19       end of this buffer. 
     20      end of this buffer.
    2021
    2122      The Lock function will call the GetCurrentPosition function to determine
    2223      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
    2425      (15ms should be past the next buffer).
    2526
     
    524525HRESULT __stdcall PrimBufUnlock(THIS_ LPVOID,DWORD,LPVOID,DWORD )
    525526{
    526    // I don't think we really need any code here.. 
     527   // I don't think we really need any code here..
    527528
    528529   dprintf(("DSOUND-PrimBuff: Unlock"));
Note: See TracChangeset for help on using the changeset viewer.