summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/media
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-12-07 11:17:00 -0800
committerScott Main <smain@google.com>2010-12-14 17:34:00 -0800
commit369c1c1fa22802b6504c5cde533d797841700a66 (patch)
tree6abb2516c45e5b536d80d311848add4a5e188ddc /docs/html/guide/topics/media
parent090a3dc33fbb0d450dd5823fd2756360e4acdd12 (diff)
downloadframeworks_base-369c1c1fa22802b6504c5cde533d797841700a66.zip
frameworks_base-369c1c1fa22802b6504c5cde533d797841700a66.tar.gz
frameworks_base-369c1c1fa22802b6504c5cde533d797841700a66.tar.bz2
cherrypick Change-Id: I52bc4e2d34015e6e30887590f920b580a034180e
docs: anchor link fixes Change-Id: I41175d61bb4ee2b0e087515e609e5ebfb19b1ea1
Diffstat (limited to 'docs/html/guide/topics/media')
-rw-r--r--docs/html/guide/topics/media/index.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/media/index.jd b/docs/html/guide/topics/media/index.jd
index 558d453..8e18754 100644
--- a/docs/html/guide/topics/media/index.jd
+++ b/docs/html/guide/topics/media/index.jd
@@ -14,7 +14,7 @@ page.title=Audio and Video
<h2>In this document</h2>
<ol>
-<li><a href="#playback.html">Audio and Video Playback</a>
+<li><a href="#playback">Audio and Video Playback</a>
<ol>
<li><a href="#playraw">Playing from a Raw Resource</li>
<li><a href="#playfile">Playing from a File or Stream</li>
@@ -63,7 +63,7 @@ capabilities, accessible through the MediaRecorder class. </p>
see the <a href="{@docRoot}guide/appendix/media-formats.html">Android Media
Formats</a> appendix. </p>
-<h2 id="play">Audio and Video Playback</h2>
+<h2 id="playback">Audio and Video Playback</h2>
<p>Media can be played from anywhere: from a raw resource, from a file from the system,
or from an available network (URL).</p>