[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
- Previous message: [Player-cvs]
kit/android PlayerDriver.cpp, 1.15, 1.16 advisesink.cpp,
1.3, 1.4 advisesink.h, 1.3, 1.4 clientcontext.cpp, 1.3,
1.4 clientcontext.h, 1.2, 1.3
- Next message: [Player-cvs] kit/android PlayerDriver.cpp, 1.10.2.5,
1.10.2.6 advisesink.cpp, 1.1.2.2, 1.1.2.3 advisesink.h,
1.1.2.2, 1.1.2.3 clientcontext.cpp, 1.1.2.2,
1.1.2.3 clientcontext.h, 1.1.2.1, 1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Player-cvs]
kit/android PlayerDriver.cpp, 1.15, 1.16 advisesink.cpp,
1.3, 1.4 advisesink.h, 1.3, 1.4 clientcontext.cpp, 1.3,
1.4 clientcontext.h, 1.2, 1.3
- Next message: [Player-cvs] kit/android PlayerDriver.cpp, 1.10.2.5,
1.10.2.6 advisesink.cpp, 1.1.2.2, 1.1.2.3 advisesink.h,
1.1.2.2, 1.1.2.3 clientcontext.cpp, 1.1.2.2,
1.1.2.3 clientcontext.h, 1.1.2.1, 1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Player-cvs
mailing list
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.