leaky_bucket.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- *************************************************************************************
- * file leaky_bucket.h
- *
- * brief
- * Header for Leaky Buffer parameters
- *
- * author
- * Main contributors (see contributors.h for copyright, address and affiliation details)
- * - Shankar Regunathan <shanre@microsoft.com>
- *************************************************************************************
- */
- #ifndef _LEAKY_BUCKET_H_
- #define _LEAKY_BUCKET_H_
- #include "global.h"
- #ifdef _LEAKYBUCKET_
- // Leaky Bucket functions
- unsigned long GetBigDoubleWord(FILE *fp);
- void calc_buffer(struct inp_par *inp);
- #endif
- #endif