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

Audio

开发平台:

Visual C++

  1. /*!
  2.  ***************************************************************************
  3.  *
  4.  * file filehandle.h
  5.  *
  6.  * brief
  7.  *
  8.  * date
  9.  *
  10.  * author
  11.  *    Main contributors (see contributors.h for copyright, address and affiliation details)
  12.  *
  13.  **************************************************************************/
  14. #ifndef _FILEHANDLE_H_
  15. #define _FILEHANDLE_H_
  16. int  rewrite_paramsets(void);
  17. int  start_sequence(void);
  18. int  terminate_sequence(void);
  19. int  write_PPS(int, int);
  20. #endif