简体   繁体   中英

Is there a way to record system sound with MediaRecorder in android?

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);

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM