java获得amr的播放时长duration

/** * 获得amr的时长 * * @param file * @return * @throws IOException */ public static long getAmrDuration(File file) throws IOException { long duration = -1;
相关文章
相关标签/搜索