equivalent of Java Media Framework for C#

  • Thread starter Thread starter Rob Durant
  • Start date Start date
R

Rob Durant

Hi,

I was always impressed by the simplicity of playing cds in Java using the
Java Media Framework - what is the equivalent within C#? and what classes
should I be using to play files (I literally just want to create a simple
small C# windows application that plays CDs).

Thanks.

Rob Durant.
 
I'd look at
Managed DirectX 9.0 and the classes in AudioVideoPlayback.
For playing Audio files, the Audio class is quite straightforward. I
haven't used it on a plain old Audio cd - I know it works fine on
MP3's and wavs. Hopefully it can see the tracks of a plain old cd!
Let me know if you need any sample code for this.

You can also look at the Windows Media Player active X control.

mike
 
Back
Top