assuming you use pymedia.audio.sound.Output, you can keep count of how much data you feed into its play() method, and you can tell how much data is waiting in the play buffer using getLeft() of the same object.

On 02/07/06, Jeffrey Barish <[EMAIL PROTECTED] > wrote:
I am looking at using PyMedia for my application.  I need to be able to
monitor progress in playing back a file, for example by getting a number
indicating percentage completed or the current position in seconds.  I have
looked at documentation, but haven't found any evidence that this is
possible.  Does anyone know whether there is a way to do this?
--
Jeffrey Barish

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Pymedia-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pymedia-users

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Pymedia-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pymedia-users

Reply via email to