Any class to read/play mpeg videos?

  • Thread starter Thread starter nonamehkg
  • Start date Start date
Hi,

Although I've never done that, where I'd look is managed wrappers for
DirectShow. Alternatively, you can generate an interop assemly and a wrapper
host for the Windows Media Player ActiveX control.
 
No need for wrappers. Use Managed DirectX.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Who is Mighty Abbott?
A twin turret scalawag.
 
Hello Kevin,

Even better - googling to find solution how to use mediaplayer from .net

KS> No need for wrappers. Use Managed DirectX.

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/members/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
I started using the Video and Audio classes to play my video using
Managed DirectX. It does that very well but also very limited. Does
anyone know how to control the "left" "right" audio channels so that it
plays only e.g. the left in both (or all) speakers?

The namespace I used was Microsoft.DirectX.AudioVideoPlayback.

I believe DirectX can do that so does WMP, I just probably didn't find
the right classes or namespace.

Can anyone help me about this? Thanks
 
Back
Top