登录
首页 » 其他 » VB MP3音频文件操作类

VB MP3音频文件操作类

于 2022-01-25 发布 文件大小:7.85 kB
0 50
下载积分: 2 下载次数: 1

代码说明:

mod_getmp3Info.bas,VB MP3音频文件操作类,读/写MP3文件信息,这个类可实现根据MP3风格序号获取的风格的名字、根据MP3的风格的名字获取风格序号对应的字符、装载MP3风格列表、获取MP3文件的ID3v1信息、获取MP3文件的ID3v2(3)信息、设置MP3文件的ID3v1信息、写入MP3文件的ID3v2.3信息、要注意的是,需要选读出原来MP3文件的数据块的位置,然后从这个位置开始读取数据、获取MPEG文件格式信息。。。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 几个无线网络模拟源文件。里面简单实现了无线节点的路由选择过程。...
    几个无线网络模拟源文件。里面简单实现了无线节点的路由选择过程。-A number of wireless network simulation source file. Inside a simple realization of the wireless routing node selection process.
    2022-02-10 15:50:49下载
    积分:1
  • 这个是用C编写的Atmega169的EEPROM的读写程序!
    这个是用C编写的Atmega169的EEPROM的读写程序!-This is prepared by C the Atmega169 the EEPROM read and write procedures!
    2022-02-05 12:30:27下载
    积分:1
  • busbox 1
    busbox 1.0-busbox 1.0, the first full edition of busybox.
    2022-02-12 20:34:12下载
    积分:1
  • C language developed in the VC a color version of the game Sokoban
    C语言在VC下开发的一个彩色版推箱子游戏-C language developed in the VC a color version of the game Sokoban
    2022-03-11 20:02:57下载
    积分:1
  • 手机益智游戏
    手机益智游戏-贴方块,索爱K700版本,J2ME开发,160关,好玩-mobile puzzle games- posted cubes, Sony Ericsson K700 version of J2ME development, 160 customs and fun
    2022-07-08 17:23:44下载
    积分:1
  • opencv icon matching
    opencv icon matching
    2022-09-14 04:30:03下载
    积分:1
  • 泡泡堂最新VC源码,不包含编译结果,请自行编译
    泡泡堂最新VC源码,不包含编译结果,请自行编译-bubble appear latest VC source, the results do not include compiler, on its own compiler
    2022-01-25 18:46:47下载
    积分:1
  • 游戏 拼图 源代码,wince平台,很好哦
    游戏 拼图 源代码,wince平台,很好哦-Puzzle game source code, wince platform, oh well
    2022-06-14 00:33:04下载
    积分:1
  • [FIF]ASP互动视频VIP教程下载4.1.3程序流程图
    [FIF]ASP互动视频VIP教程下载4.1.3程序流程图-[FIF] ASP interactive video tutorials download VIP program flowchart .1.3
    2022-11-10 07:45:03下载
    积分:1
  • C#修改Windows电脑的计算机名
    Visual C#修改计算机名,修改电脑名称为另一个自定义的新名称,代码较简单,这里不多做介绍了,运行界面如示例截图所示。以下为核心部分代码,先睹为快,完整源码项目请下载:   [DllImport("kernel32.dll")]   private static extern int SetComputerName(string ipComputerName);//重写API函数   private void Frm_Main_Load(object sender, EventArgs e)   {    Computer computer = new Computer();//创建计算机对象    textBox1.Text = computer.Name;//显示计算机名称   }   private void button1_Click(object sender, EventArgs e)   {    if (textBox2.Text == "")//判断计算机名称是否为空    {    MessageBox.Show("计算机名称不能为空!");    }    else    {    SetComputerName(textBox2.Text);//修改计算机名称    MessageBox.Show("计算机名称修改成功,请重新启动计算机使之生效!");    }   }
    2022-03-07 15:38:03下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载