1

I have a media recorder, and i want to take screen capture without mic audio, only with the system sound. Is there some solution to disable my mic and to capture system sounds?

mediaRecorder.setAudioSource(MediaRecorder.AudioSource.NEED_SYSTEM_AUDIO_RESOURCE_HERE);
Arinton Akos
  • 145
  • 2
  • 10

1 Answers1

1

Unfortunately not. By Design mediarecorder took as audiosource only the predefined ones as per instruction.

LM_IT
  • 168
  • 5