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 interoperabilit y. This articly demonstrates how
to use DirectShow in C#
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 interoperabilit y. 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# ?
>
On Wed, 01 Nov 2006 13:53:49 +0100, Audrey <Audrey.vastell e@ifrance.com>
wrote:
>
Hi,
Can I access image by image with c#.net from windows media player ?
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.
On Thu, 02 Nov 2006 07:42:30 +0100, Audrey <Audrey.vastell e@ifrance.com>
wrote:
>
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 interoperabilit y. 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.
>
>
On Thu, 02 Nov 2006 07:42:30 +0100, Audrey <Audrey.vastell e@ifrance.com>
wrote:
>
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 interoperabilit y. 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# ?
>
On Wed, 01 Nov 2006 13:53:49 +0100, Audrey <Audrey.vastell e@ifrance.com>
wrote:
>
Hi,
Can I access image by image with c#.net from windows media player ?
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 ?
On Thu, 02 Nov 2006 07:42:30 +0100, Audrey <Audrey.vastell e@ifrance.com>
wrote:
>
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 interoperabilit y. 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# ?
>
On Wed, 01 Nov 2006 13:53:49 +0100, Audrey <Audrey.vastell e@ifrance.com>
wrote:
>
Hi,
Can I access image by image with c#.net from windows media player ?
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.
On Thu, 02 Nov 2006 15:22:17 +0100, Audrey <Audrey.vastell e@ifrance.com>
wrote:
>
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 ?
>
>
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 interoperabilit y. 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# ?
>
>
>
>>
>On Wed, 01 Nov 2006 13:53:49 +0100, Audrey
><Audrey.vastel le@ifrance.com>
>wrote:
>>
Hi,
Can I access image by image with c#.net from windows media player ?
>
Tks for your help
>
>>
>>
>>
>--
>Happy Coding!
>Morten Wennevik [C# MVP]
>
Comment