Add sample ATSC TvInputService app.

Change-Id: I67204020bf1eb0c833d507cb0c9e4914e5985b3c
This commit is contained in:
Dongwon Kang
2014-04-18 21:08:35 +09:00
parent f93d490356
commit 0113785a39
11 changed files with 1075 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<p>
A sample application that demonstrates how to implement TV input service.
This sample uses captured ATSC streams which includes videos and channel
and program information. On a setup request, this app registers channels and
programs to the framework. Also, it plays the video when the framework tunes
to the channel.
</p>