diff options
author | Scott Main <smain@google.com> | 2010-09-24 16:17:27 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2010-10-04 13:30:30 -0700 |
commit | ec80d7f311b1a0899bb4caf5b380b07027e902d1 (patch) | |
tree | b65ae09178adc3c26ebd6ca9ba156e57a12fcd04 /docs/html/guide/topics/media | |
parent | ba944ccda3d61ccbe6061277fcc50c96fe2643f1 (diff) | |
download | frameworks_base-ec80d7f311b1a0899bb4caf5b380b07027e902d1.zip frameworks_base-ec80d7f311b1a0899bb4caf5b380b07027e902d1.tar.gz frameworks_base-ec80d7f311b1a0899bb4caf5b380b07027e902d1.tar.bz2 |
docs: consistency fixit for the quickview boxes in the dev guide
Change-Id: Ibd81091fc6002a77ce43f553b63facec53f16a38
Diffstat (limited to 'docs/html/guide/topics/media')
-rw-r--r-- | docs/html/guide/topics/media/index.jd | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/html/guide/topics/media/index.jd b/docs/html/guide/topics/media/index.jd index 96c500c..558d453 100644 --- a/docs/html/guide/topics/media/index.jd +++ b/docs/html/guide/topics/media/index.jd @@ -4,7 +4,7 @@ page.title=Audio and Video <div id="qv-wrapper"> <div id="qv"> -<h2>Audio/Video quickview</h2> +<h2>Quickview</h2> <ul> <li>Audio playback and record</li> <li>Video playback</li> @@ -12,14 +12,6 @@ page.title=Audio and Video <li>Built-in codecs for a variety of media. See <a href="{@docRoot}guide/appendix/media-formats.html">Android Supported Media Formats</a></li> </ul> -<h2>Key classes</h2> -<ol> -<li>{@link android.media.MediaPlayer MediaPlayer} (all available formats)</li> -<li>{@link android.media.MediaRecorder MediaRecorder} (all available formats)</li> -<li>{@link android.media.JetPlayer JetPlayer} (playback, JET content)</li> -<li>{@link android.media.SoundPool SoundPool} (sound management)</li> -</ol> - <h2>In this document</h2> <ol> <li><a href="#playback.html">Audio and Video Playback</a> @@ -32,6 +24,14 @@ page.title=Audio and Video <li><a href="#capture">Audio Capture</a></li> </ol> +<h2>Key classes</h2> +<ol> +<li>{@link android.media.MediaPlayer MediaPlayer}</li> +<li>{@link android.media.MediaRecorder MediaRecorder}</li> +<li>{@link android.media.JetPlayer JetPlayer}</li> +<li>{@link android.media.SoundPool SoundPool}</li> +</ol> + <h2>See also</h2> <ol> <li><a href="{@docRoot}guide/topics/data/data-storage.html">Data Storage</a></li> |