I am writing an application that uses MediaRecorder for recording audio. ( I use Android 2.1 )
- Before start recording I want to know the microphone’s state (is it busy or no)?
- If the microphone busy, can I get exclusive access to it?
Thanks in advance!
Answer to 1 question:
After reading many articles I realized that it was impossible.