qsize.h
上传用户:touchwatch
上传日期:2007-01-06
资源大小:168k
文件大小:0k
源码类别:

语音压缩

开发平台:

Unix_Linux

  1. #ifndef QSIZE_H
  2. #define QSIZE_H
  3. /* Size of the queue (I/O buffer) */
  4. #define QSIZE 60
  5. #endif /*QSIZE_H*/