Author: dmeyer
Date: Sat Apr 21 09:30:07 2007
New Revision: 2650
Modified:
trunk/popcorn/test/play.py
Log:
add some testing code
Modified: trunk/popcorn/test/play.py
==============================================================================
--- trunk/popcorn/test/play.py (original)
+++ trunk/popcorn/test/play.py Sat Apr 21 09:30:07 2007
@@ -62,5 +62,17 @@
sys.stdout.flush()
return True
+def do_something1():
+ player.set_property('fit-method', 'scale')
+
+def do_something2():
+ player.set_property('fit-method', 'bars')
+
+def do_zoom():
+ player.set_property('zoom', player.get_property('zoom') - 10)
+
kaa.notifier.Timer(print_pos).start(0.1)
+# kaa.notifier.OneShotTimer(do_something1).start(2)
+# kaa.notifier.OneShotTimer(do_something2).start(4)
+# kaa.notifier.Timer(do_zoom).start(2)
kaa.main()
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog