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

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

本文简介:选择自 ufoer23 的 blog

            mp3info.album = this.bytetostring(bytalbum);

 

            //获取年

            str = null;

            j = 0;

            byte[] bytyear = new byte[4];//将年部分读到一个单独的数组中

            for(i = currentindex;i<currentindex+4;i++)

            {

                bytyear[j] = info[i]; 

                position++;

                j++;

            }

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

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

go top