wmawrap.h
来自「本程序为ST公司开发的源代码」· C头文件 代码 · 共 38 行
H
38 行
/************************************************** * * wmawrap.h * * Author: Ondrej Kutik * Date: $Date: 2006/09/18 09:55:21 $ * Revision: $Revision: 1.8 $ * * Description: * * Wrapper functions around the WMA library functions. * **************************************************** * * STM CVS Log: * * $Log: wmawrap.h,v $ * Revision 1.8 2006/09/18 09:55:21 belardi * Corrected CVS keyword usage * * Revision 1.7 2006/09/18 09:23:02 belardi * Added Log CVS keyword into file header * ***************************************************/ #ifndef _WMAWRAP_H_#define _WMAWRAP_H_#include "wmaudio_type.h"/* Function prototypes */WMAERR WMAInit(t_bool bFileTypeChanged);decoderReturnType WMADecode(int flag);void WMAKill(DecoderKillType);#endif /*_WMAWRAP_H_*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?