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
浙公网安备 33010602011771号