摘要: /// /// c#获取Amr文件的时长(毫秒) /// /// 文件路径 /// private long GetAMRFileDuration(string fileName) { long duration = 0; FileStream f... 阅读全文
posted @ 2018-06-27 11:34 simadi 阅读(352) 评论(0) 推荐(0) 编辑