layer12.h
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:0k
源码类别:

VC书籍

开发平台:

Visual C++

  1. /*
  2.  * libmad - MPEG audio decoder library
  3.  */
  4. # ifndef LIBMAD_LAYER12_H
  5. # define LIBMAD_LAYER12_H
  6. # include "stream.h"
  7. # include "frame.h"
  8. int mad_layer_I(struct mad_stream *, struct mad_frame *);
  9. int mad_layer_II(struct mad_stream *, struct mad_frame *);
  10. # endif