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.
音声の録音に AudioQueue を使用しています。録音を一時停止する方法を教えてください。
ありがとう
まあ、あります:
AudioQueuePause(audioQueue);
ここで、audioQueueはAudioQueueへの参照です。詳細については、iPhoneまたはMacOSX用のオーディオキューサービスリファレンスをご覧ください。