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

📄 wmatag.h

📁 本程序为ST公司开发的源代码
💻 H
字号:
/************************************************** * * wmatag.h * * CVS ID:   $Id: wmatag.h,v 1.9 2006/10/17 09:55:38 trubac Exp $ * Author:   Jiri Sedmik [JS], Leos Longauer [LL] - STM * Date:     $Date: 2006/10/17 09:55:38 $ * Revision: $Revision: 1.9 $ * * Description: * * *************************************************** * * COPYRIGHT (C) ST Microelectronics  2005 *            All Rights Reserved * **************************************************** * * STM CVS Log: * * $Log: wmatag.h,v $ * Revision 1.9  2006/10/17 09:55:38  trubac * new id3 tag strings handling + new tag infos in song_info * * Revision 1.8  2006/09/18 09:55:22  belardi * Corrected CVS keyword usage * * Revision 1.7  2006/09/18 09:23:25  belardi * Added Log CVS keyword into file header * * ***************************************************/#ifndef _WMATAG_H_#define _WMATAG_H_#include "xfile.h"#include "tag.h"#define WMA_BUFFER_LENGTH TAG_BUFFER_LENGTHtypedef enum{  DVDT_UNICODE,  DVDT_BYTE_ARRAY,  DVDT_BOOL,  DVDT_DWORD,  DVDT_QWORD,  DVDT_WORD} DescValDataType;GRESULT WMA_TagDecode(t_SongInfos *song_info, uint32 count_down);GRESULT WMAParseASFheader(tWMAFileHdrStateInternal *pInt, t_SongInfos *song_info);GRESULT WMA_CheckWma(tWMAFileHdrStateInternal *pInt);GRESULT WMA_ExtractTag(tWMAFileHdrStateInternal *pInt);GRESULT WMA_CloseTag(tWMAFileHdrStateInternal *pInt);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -