Synced to developers/samples/android commit bc036ecdf44cd03163c206096172299f3940b057. Change-Id: Ib68230d79ca300e7db906aff2ebfc2cb6c6968f7
12 lines
307 B
Plaintext
12 lines
307 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>
|