如何在iPhone上播放3GPP文件


            var player:AVAudioPlayer
            player = try AVAudioPlayer(contentsOf: soundFileURL, fileTypeHint: AVFileType3GPP)
            player.prepareToPlay()
            player.play()

捕获错误

错误域= nsosstatusorrordomain code = 2003334207"(null)"

您可能想查看以下stackoverflow问题,因为我相信答案是在此给出的:)

Avaudioplayer,带有外部URL为 *.m4p

相关内容

  • 没有找到相关文章

最新更新