Changeset 3925 for trunk/src/dsound


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

Added the CVS keyword Id.

Location:
trunk/src/dsound
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dsound/OS23DBuffer.cpp

    r3099 r3925  
     1/* $Id: OS23DBuffer.cpp,v 1.2 2000-08-02 15:48:26 bird Exp $ */
    12/*
    23 * DirectSound OS2IDirectSound3DBuffer class
  • trunk/src/dsound/OS23DListener.cpp

    r3099 r3925  
     1/* $Id: OS23DListener.cpp,v 1.2 2000-08-02 15:48:26 bird Exp $ */
    12/*
    23 * DirectSound OS2IDirectSound3DListener class
  • trunk/src/dsound/OS2NOTIFY.CPP

    r3099 r3925  
     1/* $Id: OS2NOTIFY.CPP,v 1.2 2000-08-02 15:48:26 bird Exp $ */
    12/*
    23 * DirectSound DirectSoundNotify class
  • 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"));
  • trunk/src/dsound/dart.cpp

    r3555 r3925  
     1/* $Id: dart.cpp,v 1.3 2000-08-02 15:48:26 bird Exp $ */
    12/*
    23 *  Dart Interface..
  • trunk/src/dsound/dsmixer.cpp

    r3555 r3925  
     1/* $Id: dsmixer.cpp,v 1.3 2000-08-02 15:48:27 bird Exp $ */
    12/*
    23 * DirectSound Software Mixer
  • trunk/src/dsound/genvol.c

    r3099 r3925  
     1/* $Id: genvol.c,v 1.2 2000-08-02 15:48:27 bird Exp $ */
    12
    23/* A quick-n'-dirty DirectSound volume conversion table generator */
Note: See TracChangeset for help on using the changeset viewer.