Sound?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to play wave files using the framework? The one example I saw
in MSDN indicates that we need to interop and use Win32 calls. I'd rather
not do that.

Thanks,
Jay
 
Hi Jay,

The .NET Compact Framework does not contain any sound
support so you will have to P/Invoke the sound libraries.

Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility

This posting is provided "AS IS" with no warranties, and
confers no rights.
 
Jay:

I know you don't want to use Interop, but the CF isn't the desktop and isn't
going to be. If you check out this link on www.opennetcf.org
http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=160

Or check out their multimedie library.... you can let the classes PInvoke
for you if your concern is coding complexity. You can't get a away from API
calls on the full framework in many instances, and the CF is more profound
in that regard.

HTH,

Bill
 
Back
Top