java - Disabling the default MediaRecorder sound in camcorder apps -


i developing android camera/camcorder application, , looking play own sounds when capturing video , pictures.

i using camera api (not camera2, using later) develop app

when capturing pictures, using camera.takepicture(), have disabled shutter sound using camerainfo.candisableshuttersound() , camera.enableshuttersound(false)

when capturing video though, have mediarecorder object start capturing frames, default "bloop" noise plays @ same time mine. there way disable mediarecorder sound, similar camera.enableshuttersound(false), missing in api docs? there system setting can request change app? or out of luck?


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -