Android Studio – Android MediaRecorder – record video without audio
How I can record video only with MediaRecorder? I found the solution that simply leaving out the AudioSource will do that but unfortunately doesn't work on Android 10+. If I do that MediaRecorder.prepare() fails. I can't find a solution on…