[Player-cvs] kit/android/pub HelixPlayer.h,1.3,1.4

[Player-cvs] kit/android/pub HelixPlayer.h,1.3,1.4

qluo at helixcommunity.org qluo at helixcommunity.org
Tue Mar 3 06:47:47 PST 2009


Update of /cvsroot/player/kit/android/pub
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv7948/pub

Modified Files:
	HelixPlayer.h 
Log Message:
player state fix to make pause after seeking work. CR: sfu at real.com


Index: HelixPlayer.h
===================================================================
RCS file: /cvsroot/player/kit/android/pub/HelixPlayer.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- HelixPlayer.h	18 Feb 2009 13:31:08 -0000	1.3
+++ HelixPlayer.h	3 Mar 2009 14:47:44 -0000	1.4
@@ -104,6 +104,7 @@
     void                setDuration(int duration) {m_Duration = duration;}
     void                setVideoWidth(int width) {m_VideoWidth = width;}
     void                setVideoHeight(int height) {m_VideoHeight = height;}
+    void                setPlayerState(media_player_states state);
 
 private:
     static void         do_nothing(status_t s, void*cookie) {}
@@ -113,7 +114,8 @@
     int                 m_Duration;
     int                 m_VideoWidth;
     int                 m_VideoHeight;
-
+    media_player_states	m_eState;
+    bool		m_bIsPlaying;
     int                 m_nMyFD;
 
     PlayerDriver*       m_PlayerDriver;




More information about the Player-cvs mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.