I am developing ios app for recording video and audio. I implemented the recording audio. But first I record video from camera, then if I am recording audio, I can't record audio. I used follow code. AudioQueueGetProperty(mQueue, kAudioQueueProperty_StreamDescription, &mRecordFormat, &size);
Here I got error(couldn't get input channel). After I started this app and record audio immediately, recording audio was successed. But I recorded video from the camera, then recording audio was failed. I couldn't this reason. Please let me know the reason. Thanks in advance.