filehandle.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- ***************************************************************************
- *
- * file filehandle.h
- *
- * brief
- *
- * date
- *
- * author
- * Main contributors (see contributors.h for copyright, address and affiliation details)
- *
- **************************************************************************/
- #ifndef _FILEHANDLE_H_
- #define _FILEHANDLE_H_
- int rewrite_paramsets(void);
- int start_sequence(void);
- int terminate_sequence(void);
- int write_PPS(int, int);
- #endif