Re: [Win32Lib] wrap Media control?
- Posted by DanM Feb 10, 2009
- 1028 views
How can I programmatically query/alter the point in time a file is playing at?
Where would I look to try to answer questions like the one above myself, or do I just not know enough to try?
The first place to look would be in wmp.ew. Try looking at some of the constants for the Controls. I think I saw some methods that deal with what you're looking for. If you haven't already, you should familiarize yourself with EuCOM, at least so that you can understand the code that Greg and I wrote.
Matt
I actually did think of looking into wmp.ew, and had found
IWMPControls3_p_currentPositionTimecode,
but that just REPORTS the current position, there's nothing I saw that would allow SETTING it, I think.
There are a lot of interesting things like fast forward & backward, tho. I'll keep looking.
I also had given EuCom a look, so I have the barest minimal understanding of what you all did, or maybe somewhat less than minimal.
Thanks again Matt, Greg! What a nice piece of work!
Dan