?? wmawrap.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 + -