android13/development/samples/browseable/MediaRecorder/_index.jd

13 lines
308 B
Plaintext

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>