From 62aab1eaa7afa73031cb0147a93f5dcd87202cb0 Mon Sep 17 00:00:00 2001 From: Joe Fernandez Date: Mon, 28 Jul 2014 21:31:16 -0700 Subject: docs: Adding TIF one-pager to TV docs in L-Preview Change-Id: I89960cb9c2c8af0ccb010b91ee42d6cffab42f95 --- docs/html/preview/preview_toc.cs | 2 ++ docs/html/preview/tv/images/tif-overview.png | Bin 0 -> 74477 bytes docs/html/preview/tv/tif/index.jd | 38 +++++++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 docs/html/preview/tv/images/tif-overview.png create mode 100644 docs/html/preview/tv/tif/index.jd (limited to 'docs/html/preview') diff --git a/docs/html/preview/preview_toc.cs b/docs/html/preview/preview_toc.cs index a505905..819976e 100644 --- a/docs/html/preview/preview_toc.cs +++ b/docs/html/preview/preview_toc.cs @@ -68,6 +68,8 @@ Recommendations +
  • + TV Input Framework
  • Games on TV
  • diff --git a/docs/html/preview/tv/images/tif-overview.png b/docs/html/preview/tv/images/tif-overview.png new file mode 100644 index 0000000..197775e Binary files /dev/null and b/docs/html/preview/tv/images/tif-overview.png differ diff --git a/docs/html/preview/tv/tif/index.jd b/docs/html/preview/tv/tif/index.jd new file mode 100644 index 0000000..ef02def --- /dev/null +++ b/docs/html/preview/tv/tif/index.jd @@ -0,0 +1,38 @@ +page.title=TV Input Framework +page.tags=tif + +@jd:body + +

    + 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 + from hardware sources, such as HDMI ports and built-in-tuners, and software sources, such as + video streamed over the internet. +

    +

    + The framework enables developers to define live TV input sources by implementing a TV input + service. This service publishes a list of channels and programs to the TV Provider. The live TV + app on a TV device gets the list of available channels and programs from the TV Provider and + displays them to a user. When a user selects a specific channel, the live TV app creates a + session for the associated TV input service through the TV Input Manager, and tells the TV input + service to tune to the requested channel and play the content to a display surface provided by + the TV app. +

    + + +

    + Figure 1. Functional diagram of the TV Input Framework +

    + +

    + The TV Input Framework is designed to provide access to a wide variety of live TV input sources + and bring them together in a single user interface for users to browse, view, and enjoy content. + Building a TV input service for your content can help make it more accessible on TV devices. +

    + +

    + 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. +

    -- cgit v1.1