blob: 54b37c8f1a5ba6b4a72dabe45b0028df59a93620 [file] [log] [blame]
page.tags="MediaRecorder"
sample.group=Media
@jd:body
<p>
This sample uses the camera/camcorder as the A/V source for the MediaRecorder API.
A TextureView is used as the camera preview which limits the code to API 14+. This
can be easily replaced with a SurfaceView to run on older devices.
</p>