WMP API documentation

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Hi all,

I'm interested in trying to figure out how (if it's possible) to call WMP
API calls from a C# app P/Invoke (to play MP3s). Does anyone have a link
with documentation from MS? I imagine there's an SKD or something, but I
haven't found it for Pocket PCs. Not sure if there's any truth to it, but
in another thread awhile back someone thought there may be licensing issues
with using WMP API to play MP3s, as opposed to the more commonly seen
examples of playing video clips (like you see on CFCOM's site).

Thanks,
Brian
 
I'm 99% certain that it's all COM-based, so you'll have to use something
like CFCOM to interface with it.
 
Thanks Chris --

My hope is to P/Invoke a wrapper DLL ... my problem is getting off the
ground with documentation on what methods/etc are in the WMP library... if
you know of any, please pass them on :)

Thanks very much for your help,
Brian
 
Back
Top