1 page.tags="MediaRecorder" 2 sample.group=Media 3 @jd:body 4 5 <p> 6 7 This sample uses the camera/camcorder as the A/V source for the MediaRecorder API. 8 A TextureView is used as the camera preview which limits the code to API 14+. This 9 can be easily replaced with a SurfaceView to run on older devices. 10 11 </p> 12