Synced to commit df5e5013422b81b4fd05c0ac9fd964b13624847a. Includes new samples for Android Auto. Change-Id: I3fec46e2a6b3f196682a92f1afd91eb682dc2dc1
12 lines
367 B
Plaintext
12 lines
367 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>
|