How to add Audio to Video while Recording [ContinuousCaptureActivity] [Grafika]
问题 I implement Video recording using ContinuousCaptureActivity.java . it's work perfectly. Now i want to add Audio in this video. I know using MediaMuxer it is possible to add audio in video. But the problem is i don't know how to i use MediaMuxer . Also if you have any other solution without MediaMuxer then share with me any link or doc. also i have demo AudioVideoRecordingSample . But i don't understand how to i merge this with my code. please explain to me if anyone knows. Thanks in Advance.