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
Post a Comment