wavemain.h
上传用户:qiulin1960
上传日期:2013-10-16
资源大小:2844k
文件大小:1k
源码类别:

Windows CE

开发平台:

Windows_Unix

  1. #pragma once
  2. // -----------------------------------------------------------------------------
  3. //
  4. //      THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  5. //      ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  6. //      THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  7. //      PARTICULAR PURPOSE.
  8. //      Copyright (c) 1995-2000 Microsoft Corporation.  All rights reserved.
  9. //
  10. // -----------------------------------------------------------------------------
  11. #include <windows.h>
  12. #include <types.h>
  13. #include <memory.h>
  14. #include <string.h>
  15. #include <nkintr.h>
  16. #include <excpt.h>
  17. #include <wavedbg.h>
  18. #include <wavedev.h>
  19. #include <waveddsi.h>
  20. #include <mmddk.h>
  21. #include <cardserv.h>
  22. #include <devload.h>
  23. #include <linklist.h>
  24. #include <audiosys.h>
  25. #include <wfmtmidi.h>
  26. class StreamContext;
  27. class WaveStreamContext;
  28. class InputStreamContext;
  29. class OutputStreamContext;
  30. class DeviceContext;
  31. class InputDeviceContext;
  32. class OutputDeviceContext;
  33. class HardwareContext;
  34. #include "wavepdd.h"
  35. #include "devctxt.h"
  36. #include "hwctxt.h"
  37. #include "strmctxt.h"
  38. #include "midistrm.h"