Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を使用しAVPlayerItemて音楽のストリームを再生します。電話がかかってきたときにストリームを一時停止し、通話が終了したときにストリームを再開する最良の方法は何ですか?
AVPlayerItem
を使っていると思いますAVAudioPlayer。
AVAudioPlayer
メソッドAVAudioPlayerを取得しました-再生/一時停止。
サンプルコード:
AVAudioPlayer *thePlayer; [thePlayer pause];