Ignore:
Timestamp:
Oct 17, 2008, 5:37:44 PM (17 years ago)
Author:
rjerant
Message:

Update buffer handeling routines. This should allow merging back to a single Uniaud32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/wavestrm.hpp

    r33 r396  
    6363   ULONG   _ulBytesProcessed;     // number of bytes consumed or produces
    6464   ULONG   _ulTimeBase;           // value in ms. MMPM sends for stream time
    65    ULONG   _ulUnderrunBase;
    6665
    67    USHORT  _vRealignBuffer(ULONG FAR *endpos, PSTREAMBUFFER pbuffer);
     66   USHORT  _vRealignBuffer(ULONG endpos, PSTREAMBUFFER pbuffer);
    6867   void    _vRealignPausedBuffers(ULONG endpos = 0);
    6968   ULONG   AddBuffer(ULONG space);             // write one buffer to the audio buffer
    7069   BOOL    _vReadAudioBuf(void);    // read data from the audio buffer
    7170
    72    BOOL    fUnderrun;
    7371   ULONG   ulSavedInputGain;
    7472
Note: See TracChangeset for help on using the changeset viewer.