WAVSTATE.H
上传用户:chinamans
上传日期:2013-03-17
资源大小:202k
文件大小:1k
源码类别:

TAPI编程

开发平台:

Visual C++

  1. // (c) Dialogic corp 1995, 1996
  2. #define MAXWAVEDEVS 32 // arbitrarily limit the number of WAVE devs   
  3. // States for the WAVE class
  4. #define WAVE_IDLE 0L
  5. #define PREPARING_TO_PLAY 1L
  6. #define PLAYING   2L 
  7. #define PAUSED 3L
  8. #define FINISHING_PLAY 4L
  9. #define PREPARING_TO_RECORD 5L
  10. #define RECORDING   6L
  11. #define FINISHING_RECORD 7L
  12. #define FAILED_START 8L
  13. #define WAVE_FAILED 9L
  14. #define WAVE_DISFUNCTIONAL 0xffffL
  15. // Defs for in/out (same as in tapiline)
  16. #define WAVEIN 1
  17. #define WAVEOUT 2                                
  18. #define MAX_REL_VOLUME 5
  19. #define MAX_ABS_VOLUME      0xffffL