[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
Re: xpl winamp seek feature
- Subject: Re: xpl winamp seek feature
- From: "rleong1" <rleong1@xxxxxxxxx>
- Date: Fri, 10 Jun 2005 19:48:19 -0000
forgot to take out that if < 0 statement i copied from the balance
function
// SEEK
if (strcmp(pszRHS,"SEEK")==0)
{
INT seekTime = atoi(param);
seekTime = seekTime * 1000;
PostMessage(plugin.hwndParent, WM_USER, seekTime, 106);
}
--- In ukha_xpl@xxxxxxx, "rleong1" <rleong1@y...> wrote:
> John,
>
> any chance of implementing the winamp seek feature in the xpl
plugin?
>
> i even coded up what i think it should be :)
>
> // SEEK
> if (strcmp(pszRHS,"SEEK")==0)
> {
> INT seekTime = atoi(param);
> if (seekTime < 0)
> seekTime = seekTime * 1000;
>
> PostMessage(plugin.hwndParent, WM_USER, seekTime, 106);
> }
>
> i just can't compile it to test it out since i don't have the
> windows/winsock headers. i just have cygwin g++ installed.
>
> thanks.
xPL Links: http://www.xplproject.org.uk http://www.xplhal.com http://www.xpl.myby.co.uk
To Post a Message: ukha_xpl@xxxxxxx
To Subscribe: ukha_xpl-subscribe@xxxxxxx
To Unsubscribe: ukha_xpl-unsubscribe@xxxxxxx
xPL Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|