Is it possible to change the source for android MediaRecorder?
I would like to record with a video stream or file instead of camera source,
the most likely method I found is 'MediaRecorder.setVideoSource',
but it has only two choices: DEFAULT and CAMERA
Could someone give me a hand?