summaryrefslogtreecommitdiffstats
path: root/samples/browseable/MediaRecorder/_index.jd
blob: f1ab5878729433d580395bbaf9f2cce3460a3936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

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>