AVPlayer vs. AVAudioPlayer

来源:互联网 发布:阿里外包员工出路 知乎 编辑:程序博客网 时间:2024/06/04 19:47
  1. AVPlayer can play from AVPlayerItem using AVURLAsset with an iPod library url. The AVAudioPlayer cannot play from an iPod library url.

  2. 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.

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


    Reference:引用1

原创粉丝点击