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