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