diff options
author | Bruno Oliveira <btco@google.com> | 2011-06-07 01:49:30 -0400 |
---|---|---|
committer | Bruno Oliveira <btco@google.com> | 2011-06-21 18:55:46 -0400 |
commit | 54340961bd5865b7bfdb19e17621008abcd9130c (patch) | |
tree | 66d2836b50853375ba114636330b51e8e4dd0c02 /docs/html/guide/guide_toc.cs | |
parent | 5cb05eea289559b30cf4f84130cb6afba0921638 (diff) |
Rewriting "Audio and Video" section of Dev Guide.
Rewriting the "Audio and Video" section of the Dev Guide, renaming it
Media Framework and adding a more details about MediaPlayer,
interaction between MediaPlayer and services, Audio Focus, etc.
Staging:
http://www.corp.google.com/~btco/tmp/offline-sdk/guide/topics/media/index.html
This is a cherrypick of CL 106666 which was originally on honeycomb-mr1.
Link to old CL:
https://android-git.corp.google.com/g/#change,106666
Change-Id: I0efa4c9ed73af7f9dcb02232a6af4a7527645367
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 916da0994d79..557e0944afb5 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -256,8 +256,8 @@ </ul> </li> <li><a href="<?cs var:toroot ?>guide/topics/media/index.html"> - <span class="en">Audio and Video</span> - </a></li> + <span class="en">Media</span> + </a><span class="new">updated!</span></li> <li> <a href="<?cs var:toroot ?>guide/topics/clipboard/copy-paste.html"> <span class="en">Copy and Paste</span> |