C# MP3文件属性读取
摘要:
using (TempFile tempFile = new TempFile()) { using (FileStream fs = new FileStream(tempFile.FileName, FileMode.Create, FileAccess.Write, FileShare.Read, 0x1000)) using (Stream input = propertyBag.GetResponse()) { input.CopyTo... 阅读全文
posted @ 2014-03-26 17:13 RockyLOMO 阅读(1162) 评论(0) 推荐(0) 编辑