Ignore:
Timestamp:
Mar 24, 2001, 4:40:04 PM (25 years ago)
Author:
sandervl
Message:

Enabled DirectAudio wave playback interface (if present)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/waveoutdaud.h

    r5358 r5366  
    1 /* $Id: waveoutdaud.h,v 1.1 2001-03-23 16:23:47 sandervl Exp $ */
     1/* $Id: waveoutdaud.h,v 1.2 2001-03-24 15:40:04 sandervl Exp $ */
    22
    33/*
     
    1212
    1313#include "waveoutbase.h"
     14#include <daudio.h>
     15
     16#ifdef _OS2WIN_H
     17typedef DWORD HEV;
     18#endif
    1419
    1520class DAudioWaveOut : public WaveOut
     
    3035                                   ULONG nSamplesPerSec, ULONG sampleSize);
    3136
     37
     38     static   BOOL     isDirectAudioAvailable();
    3239
    3340protected:
Note: See TracChangeset for help on using the changeset viewer.