wmatag.h

来自「本程序为ST公司开发的源代码」· C头文件 代码 · 共 61 行

H
61
字号
/************************************************** * * 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 + =
减小字号Ctrl + -
显示快捷键?