⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wmawrap.h

📁 本程序为ST公司开发的源代码
💻 H
字号:
/************************************************** * * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -