I have two kinds of surface 1> View MediaRecorder images. 2> MediaPlayer SurfaceView displaying media recorded by MediaRecorder.
I want to display both views simultaneously on the z screen.
MediaPlayer will scale in full screen mode, and MediaRecorderPreview shd will appear in the upper right corner with a smaller size.
I can do this using two surfaces, but the problem is that the MediaRecorder preview always goes in the background z order and hides the media player all over the screen.
Is there any way to determine the order of the Z Surface View.
Or is it any other judgment I can make to make this work. Can I run MediaRecorder and MediaPlayer on the same surface?
Offer Pls. Thank!!
source
share