summaryrefslogtreecommitdiffstats
path: root/include/media/MediaPlayerInterface.h
diff options
context:
space:
mode:
authorJohn Grossman <johngro@google.com>2012-02-09 15:09:05 -0800
committerJohn Grossman <johngro@google.com>2012-02-16 13:45:12 -0800
commit761defc341c5ce9019a42919c441f035f665ec0d (patch)
tree23b76ab41456c90e80559ffbb7d8e31a38104dc4 /include/media/MediaPlayerInterface.h
parentef7740be67a4d7b6b033ebed59c3d4a9c74a2c18 (diff)
downloadframeworks_av-761defc341c5ce9019a42919c441f035f665ec0d.zip
frameworks_av-761defc341c5ce9019a42919c441f035f665ec0d.tar.gz
frameworks_av-761defc341c5ce9019a42919c441f035f665ec0d.tar.bz2
Upintegreate AAH TX and RX players from ICS_AAH
Upintegrate the android at home TX and RX players developed in the ICS_AAH branch. Change-Id: I8247d3702e30d8b0e215b31a92675d8ab28dccbb Signed-off-by: John Grossman <johngro@google.com>
Diffstat (limited to 'include/media/MediaPlayerInterface.h')
-rw-r--r--include/media/MediaPlayerInterface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/MediaPlayerInterface.h b/include/media/MediaPlayerInterface.h
index 77c82b2..23a3e49 100644
--- a/include/media/MediaPlayerInterface.h
+++ b/include/media/MediaPlayerInterface.h
@@ -46,6 +46,9 @@ enum player_type {
// The shared library with the test player is passed passed as an
// argument to the 'test:' url in the setDataSource call.
TEST_PLAYER = 5,
+
+ AAH_RX_PLAYER = 100,
+ AAH_TX_PLAYER = 101,
};