PDA

View Full Version : UPlayer SetPosition method from COM object



AGABA
04-01-2010, 01:49 PM
Dear Spoon,

A while ago I tested the methods that the uplayer dll exposes in a DOT NET environment. Everything works fine, except for the "setposition". It simply isn't there.

I also tested the Asset Control quickly. it detects the uplayer being active on a system on my home network. It showed a sliding bar at the bottom of the screen while the uplayer was playing a file from its queue. I was surprised to see the sliding bar working interactively with uplayer. (moving means changing position in the file being played). You obviously do not use the methods like I do :blush:or use uplayer in a different way so that there is a setposition method available. (upnp?) Is there any way of setting the file position using the methods that the com object expose in a dot net environment?
If not, do you think there will be one in the near future?
Thanks in advance for your answer and keep up the good work.

Best regards. A happy db poweramp renaissance user.

Spoon
04-26-2010, 03:22 PM
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE SkipToPC(
/* [in] */ LONG PC) = 0;

Is the function you need.