home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Sound / LAME / src / timestatus.h < prev    next >
C/C++ Source or Header  |  2000-08-06  |  336b  |  15 lines

  1. #ifndef TIMESTATUS_H_INCLUDED
  2. #define TIMESTATUS_H_INCLUDED
  3.  
  4.  
  5. void timestatus(int samp_rate,long frameNum,long totalframes, int framesize);
  6. void timestatus_finish(void);
  7.  
  8. #if (defined LIBSNDFILE || defined LAMESNDFILE)
  9. void decoder_progress(lame_global_flags *gfp);
  10. void decoder_progress_finish(lame_global_flags *gfp);
  11. #endif
  12.  
  13.  
  14. #endif
  15.