leaky_bucket.h
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:

Audio

开发平台:

Visual C++

  1. /*!
  2.  *************************************************************************************
  3.  * file leaky_bucket.h
  4.  *
  5.  * brief
  6.  *    Header for Leaky Buffer parameters
  7.  *
  8.  * author
  9.  *    Main contributors (see contributors.h for copyright, address and affiliation details)
  10.  *    - Shankar Regunathan                   <shanre@microsoft.com>
  11.  *************************************************************************************
  12.  */
  13. #ifndef _LEAKY_BUCKET_H_
  14. #define _LEAKY_BUCKET_H_
  15. #include "global.h"
  16. #ifdef _LEAKYBUCKET_
  17. // Leaky Bucket functions
  18. unsigned long GetBigDoubleWord(FILE *fp);
  19. void calc_buffer(struct inp_par *inp);
  20. #endif
  21. #endif