diff options
| author | Andrew Solovay <asolovay@google.com> | 2014-10-16 17:03:01 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-10-16 17:03:02 +0000 |
| commit | 34ef4ff9b7a3625477b0eccd20db15129f2732f3 (patch) | |
| tree | b6454b5dd833a5f9bb9a44e731a187bde64ef63c /docs/html/preview | |
| parent | 8f93624eafd3518d97c88506bbb9a93c81eb7f03 (diff) | |
| parent | bab257453bdc0c8b7f11de88dd7a8f8fa202803f (diff) | |
| download | frameworks_base-34ef4ff9b7a3625477b0eccd20db15129f2732f3.zip frameworks_base-34ef4ff9b7a3625477b0eccd20db15129f2732f3.tar.gz frameworks_base-34ef4ff9b7a3625477b0eccd20db15129f2732f3.tar.bz2 | |
Merge "Moved TV Input Framework (TIF) page out of preview." into lmp-dev
Diffstat (limited to 'docs/html/preview')
| -rw-r--r-- | docs/html/preview/tv/images/tif-overview.png | bin | 74477 -> 0 bytes | |||
| -rw-r--r-- | docs/html/preview/tv/tif/index.jd | 38 |
2 files changed, 0 insertions, 38 deletions
diff --git a/docs/html/preview/tv/images/tif-overview.png b/docs/html/preview/tv/images/tif-overview.png Binary files differdeleted file mode 100644 index 197775e..0000000 --- a/docs/html/preview/tv/images/tif-overview.png +++ /dev/null diff --git a/docs/html/preview/tv/tif/index.jd b/docs/html/preview/tv/tif/index.jd deleted file mode 100644 index ef02def..0000000 --- a/docs/html/preview/tv/tif/index.jd +++ /dev/null @@ -1,38 +0,0 @@ -page.title=TV Input Framework -page.tags=tif - -@jd:body - -<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 - from hardware sources, such as HDMI ports and built-in-tuners, and software sources, such as - video streamed over the internet. -</p> -<p> - 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. -</p> - -<img src="{@docRoot}preview/tv/images/tif-overview.png" id="figure1"> -<p class="img-caption"> - <strong>Figure 1.</strong> Functional diagram of the TV Input Framework -</p> - -<p> - 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. -</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> |
