从MP3中提取歌曲信息(C#)[11]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 ufoer23 的 blog

            }

            currentindex = position;

            mp3info.comment = this.bytetostring(bytcomment);

 

            //以下获取保留位

            mp3info.reserved1 = (char)info[++position];

            mp3info.reserved2 = (char)info[++position];

            mp3info.reserved3 = (char)info[++position];

 

            return mp3info;

        }

       上面程序用到下面的方法:

本文关键:从MP3中提取歌曲信息(C#)
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top