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

📄 tag_defs.h

📁 本程序为ST公司开发的源代码
💻 H
字号:
/************************************************** * * tag_defs.h * * CVS ID:   $Id: tag_defs.h,v 1.6 2007/09/11 15:58:33 belardi Exp $ * Author:   Jiri Sedmik [JS], Leos Longauer [LL] - STM * Date:     $Date: 2007/09/11 15:58:33 $ * Revision: $Revision: 1.6 $ *  * Description: *  *  *************************************************** *  * COPYRIGHT (C) ST Microelectronics  2005 *            All Rights Reserved * **************************************************** * * STM CVS Log: * * $Log: tag_defs.h,v $ * Revision 1.6  2007/09/11 15:58:33  belardi * Increased space allocated to tags in t_song_info to guarantee 100 bytes of v2 tags even when all v1 tags are present * * Revision 1.5  2007/09/10 17:56:41  trubac * defines tuning * * Revision 1.4  2007/09/10 15:49:01  trubac * Changed limit for maximum ID3 field length (100) * * Revision 1.3  2006/09/18 09:55:21  belardi * Corrected CVS keyword usage * * Revision 1.2  2006/09/18 09:23:02  belardi * Added Log CVS keyword into file header * * ***************************************************/#ifndef _TAG_DEFS_H_#define _TAG_DEFS_H_#define TAG_BUFFER_LENGTH (0x800)//#define ID3_BUFFER_LENGTH (0x800)#define ID3V1_MAX_TEXT_SIZE (32)         /* if defined static allocation this is length of text field */#define ID3V2_MAX_TEXT_SIZE (100) #define MAX_STRINGS_SIZE (644)  // 101x(v2 album,song,artist,comment,genre)+31x(v1 album,song,artist,comment)+2x(v1 track, v2 track)+4x(v1 year, v2 year)+3padding#endif

⌨️ 快捷键说明

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