PDA

View Full Version : C# Mono - SDL.Net Getting Audio Position.



dchurch24
October 5th, 2009, 09:31 AM
Hi all,

I've written a media server in C# for mono. The clients can all add to a remote playlist and each client can specify which room the audio plays in etc...

The only problem is that I would like to display the position that the audio file is at on the main form - sort of like "00:45/3.42" but I can find nowhere in the SLD.Audio API that returns the current position.

Is there a way to do this, or am I just going to have to forgo this nicety?