diff options
Diffstat (limited to 'samples/browseable/BasicMediaDecoder/_index.jd')
-rw-r--r-- | samples/browseable/BasicMediaDecoder/_index.jd | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/samples/browseable/BasicMediaDecoder/_index.jd b/samples/browseable/BasicMediaDecoder/_index.jd index 3d1a33c21..769d8a666 100644 --- a/samples/browseable/BasicMediaDecoder/_index.jd +++ b/samples/browseable/BasicMediaDecoder/_index.jd @@ -1,9 +1,10 @@ - - - page.tags="BasicMediaDecoder" sample.group=Media @jd:body -<p>This sample demonstrates how to decode a video using -the {@link android.media.MediaCodec} API and render in an activity.</p> +<p> + + This activity uses a TextureView to render the frames of a video decoded using the + MediaCodec API. + + </p> |