您的位置:首页 > 运维架构

AVPlayer vs. AVAudioPlayer

2013-09-17 15:05 211 查看
AVPlayer can play from AVPlayerItem using AVURLAsset with an iPod library url. The AVAudioPlayer cannot play from an iPod library url.

AVPlayer has no volume property and requires the use of the system volume setting which can be controlled only by the hardware switch or an MPVolumeView. But you can set the mix volume of AVAudioPlayer.

AVPlayer seems to report an incorrect currentTime after seeking. But AVAudioPlayer reports accurately.

Reference:引用1
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  AVPlayer AVAudioPlay