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