Acess Image

  • Thread starter Thread starter Audrey
  • Start date Start date
A

Audrey

Hi,
Can I access image by image with c#.net from windows media player ?

Tks for your help
 
Morten Wennevik a écrit :
Hi,

I don't think you can do that with basic .net. and I believe you need to
use DirectShow. DirectShow is unmanaged, but you should be able to
communicate with it using interoperability. This articly demonstrates how
to use DirectShow in C#

http://www.codeproject.com/cs/media/directshownet.asp

Thanks for URL, he says that is not a code for production ... Why MS
doesn't implement DirectShow for C# ?
 
Apparantly MS decided not to do a managed DirectShow for performance
reasons. .Net isn't very good for performance critical real-time
applications, mainly due to the garbage collector slowing your program
down every so often.


Morten Wennevik a écrit :
Hi,

I don't think you can do that with basic .net. and I believe you need to
use DirectShow. DirectShow is unmanaged, but you should be able to
communicate with it using interoperability. This articly demonstrates
how
to use DirectShow in C#

http://www.codeproject.com/cs/media/directshownet.asp

Thanks for URL, he says that is not a code for production ... Why MS
doesn't implement DirectShow for C# ?
 
Thks you!

Morten Wennevik a écrit :
Apparantly MS decided not to do a managed DirectShow for performance
reasons. .Net isn't very good for performance critical real-time
applications, mainly due to the garbage collector slowing your program
down every so often.
 
Morten Wennevik a écrit :
Apparantly MS decided not to do a managed DirectShow for performance
reasons. .Net isn't very good for performance critical real-time
applications, mainly due to the garbage collector slowing your program
down every so often.
Thanks
Can I ask you more please:

Windows Media player generates images when it plays MP3 files.
Can I add my effect ?
 
I don't know if you can show the sound graphs visible in windows media
player in the media player activex control, and I did not find any google
result for this either. You might want to start a new thread for this
question to attract new readers.


Morten Wennevik a écrit :
Apparantly MS decided not to do a managed DirectShow for performance
reasons. .Net isn't very good for performance critical real-time
applications, mainly due to the garbage collector slowing your program
down every so often.
Thanks
Can I ask you more please:

Windows Media player generates images when it plays MP3 files.
Can I add my effect ?
 

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

Back
Top