【发布时间】:2011-10-20 11:23:56
【问题描述】:
在我的 iOS 应用程序中,我尝试将 mp3 文件从 iPod 库导出到设备上应用程序的文档目录。目前我正在尝试使用 AVAssetExportSession,但它不适用于 mp3 文件。它适用于 m4a 文件。
是否可以使用 AVAssetExportSession 导出 mp3 文件?
什么是适合 AVAssetExportSession 的 outputFileType? (AVFileTypeAppleM4A 适用于 m4a 文件)
谢谢!
【问题讨论】:
标签: ios export mp3 m4a avassetexportsession