MediaRecorder start error codes

后端 未结 2 1610
猫巷女王i
猫巷女王i 2021-01-12 06:06

I want to record raw h.264 video without sound and possibly HW accelerated (and stream it later). So I decided to use MediaRecorder (and the socket hack

2条回答
  •  伪装坚强ぢ
    2021-01-12 06:34

    I have meet this error code in my call recorder app. this error code will show in logcat when you start media recorder while the Microphone is in use in another app like a Voice Assistant (for example: Ok google, etc) or another call recorder application.

提交回复
热议问题