PDA

View Full Version : How to get the timecode to use it in a vis-Plugin?


bostonkiter
29th October 2007, 00:42
Hi guys,

I am coding a visualization-plugin which will change its behaviour according to the time elapsed / time remaining. Is there a way to read the current timecode form within a vis plugin? I can't find it in winampVisModule.


Thanks for your help!

DrO
29th October 2007, 01:41
use the hwndParent member of the winampVisModule in the sendmessage call to IPC_GETOUTPUTTIME (param 0 for current position). that should be what you need i think.

-daz