xref: /aosp_15_r20/development/samples/browseable/MediaRecorder/_index.jd (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
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