summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/html/images/tv/tv-tif-overview.png (renamed from docs/html/preview/tv/images/tif-overview.png)bin74477 -> 74477 bytes
-rw-r--r--docs/html/training/training_toc.cs4
-rw-r--r--docs/html/training/tv/tif/index.jd (renamed from docs/html/preview/tv/tif/index.jd)13
3 files changed, 10 insertions, 7 deletions
diff --git a/docs/html/preview/tv/images/tif-overview.png b/docs/html/images/tv/tv-tif-overview.png
index 197775e..197775e 100644
--- a/docs/html/preview/tv/images/tif-overview.png
+++ b/docs/html/images/tv/tv-tif-overview.png
Binary files differ
diff --git a/docs/html/training/training_toc.cs b/docs/html/training/training_toc.cs
index 12685ba..03fb812 100644
--- a/docs/html/training/training_toc.cs
+++ b/docs/html/training/training_toc.cs
@@ -919,6 +919,10 @@ include the action bar on devices running Android 2.1 or higher."
Building TV Games</a>
</li>
+ <li>
+ <a href="<?cs var:toroot ?>training/tv/tif/index.html">
+ TV Input Framework</a>
+ </li>
</ul>
</li>
<!-- End: Building for TV -->
diff --git a/docs/html/preview/tv/tif/index.jd b/docs/html/training/tv/tif/index.jd
index ef02def..aac640c 100644
--- a/docs/html/preview/tv/tif/index.jd
+++ b/docs/html/training/tv/tif/index.jd
@@ -6,7 +6,8 @@ page.tags=tif
<p>
Watching live television shows and other continuous, channel-based content is a big part of the
TV experience. Android supports receiving and playback of live video content through the TV Input
- Framework. This framework provides a unified method for receiving audio and video channel content
+ Framework in Android 5.0 (API level 21).
+ This framework provides a unified method for receiving audio and video channel content
from hardware sources, such as HDMI ports and built-in-tuners, and software sources, such as
video streamed over the internet.
</p>
@@ -20,7 +21,7 @@ page.tags=tif
the TV app.
</p>
-<img src="{@docRoot}preview/tv/images/tif-overview.png" id="figure1">
+<img src="{@docRoot}images/tv/tv-tif-overview.png" id="figure1">
<p class="img-caption">
<strong>Figure 1.</strong> Functional diagram of the TV Input Framework
</p>
@@ -31,8 +32,6 @@ page.tags=tif
Building a TV input service for your content can help make it more accessible on TV devices.
</p>
-<p>
- The APIs for the TV Input Framework are available in the L Developer Preview and you can
- review them in the preview API reference docs. However, more changes are planned, so stay tuned
- for additional information with the official Android platform launch.
-</p>
+<p>For more information about TV Input Framework, see the
+<a href="{@docRoot}reference/android/media/tv/package-summary.html">android.media.tv</a>
+reference.</p>