[Player-cvs] kit/android/pub HelixPlayer.h,1.2.2.9,1.2.2.9.2.1
qluo at helixcommunity.org qluo at helixcommunity.orgUpdate of /cvsroot/player/kit/android/pub
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv10266/pub
Modified Files:
Tag: hxclient_3_6_4_atlas
HelixPlayer.h
Log Message:
change to the hxclient_3_6_4_atlas branch:
1) install helix under /system/lib/helix
2) api change for sendEvent()
3) disable live seeking
Index: HelixPlayer.h
===================================================================
RCS file: /cvsroot/player/kit/android/pub/Attic/HelixPlayer.h,v
retrieving revision 1.2.2.9
retrieving revision 1.2.2.9.2.1
diff -u -d -r1.2.2.9 -r1.2.2.9.2.1
--- HelixPlayer.h 25 Oct 2010 09:12:03 -0000 1.2.2.9
+++ HelixPlayer.h 20 Jan 2011 23:30:35 -0000 1.2.2.9.2.1
@@ -106,7 +106,7 @@
virtual status_t resume();
//make available to AndroidClientContext
- void sendEvent(int msg, int ext1 = 0, int ext2 = 0);
+ void sendEvent(int msg, int ext1 = 0, int ext2 = 0, char* messageStr = NULL);
void setDuration(int duration) {m_Duration = duration;}
void setVideoWidth(int width) {m_VideoWidth = width;}
void setVideoHeight(int height) {m_VideoHeight = height;}