Any class to read/play mpeg videos?

D

Dmytro Lapshyn [MVP]

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.
 
K

Kevin Spencer

No need for wrappers. Use Managed DirectX.

--
HTH,

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

Michael Nemtsev

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
 
N

nonamehkg

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top