From 761defc341c5ce9019a42919c441f035f665ec0d Mon Sep 17 00:00:00 2001 From: John Grossman Date: Thu, 9 Feb 2012 15:09:05 -0800 Subject: 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 --- include/media/MediaPlayerInterface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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, }; -- cgit v1.1