|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
recording from WindowsMediaPlayerDo you mean record as in "with a microphone"? No. It's a player, not a
recorder. What's the goal? --Peter "Inside every large program, there is a small program trying to get out." http://www.eggheadcafe.com http://petesbloggerama.blogspot.com http://www.blogmetafinder.com Show quote "Rinaldo" wrote: > Can you record from WindowsMediaPlayer anyway? > > Yes! how? > > Rinaldo Not with Windows Media Player directly, but you can with the underlying
components (namely, DirectShow). You would have to set up a filter graph which would play the input, and then attach filters which would record the output from the previous filters. It's no small task, and on top of that, it would require a great amount of COM interop. If you want to go down this path, I would recommend googling "directshow" and "filter graph" for starters. -- Show quote- Nicholas Paldino [.NET/C# MVP] - mvp@spam.guard.caspershouse.com "Rinaldo" <zwartehoofdp***@hotmail.com.nospam> wrote in message news:757DEB29-A8F9-47AA-8A06-74F8D044D7D1@microsoft.com... > Can you record from WindowsMediaPlayer anyway? > > Yes! how? > > Rinaldo Hi,
I've searched codeproject for suitable code, but ir is hard to find. I think I let it go, because it is going beyond my programming skills. Thanks anyway. Show quote "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> schreef in bericht news:5F9A71F7-0342-4394-BF4D-B26569DFB0F0@microsoft.com... > Not with Windows Media Player directly, but you can with the underlying > components (namely, DirectShow). You would have to set up a filter graph > which would play the input, and then attach filters which would record the > output from the previous filters. > > It's no small task, and on top of that, it would require a great amount > of COM interop. > > If you want to go down this path, I would recommend googling > "directshow" and "filter graph" for starters. > > > -- > - Nicholas Paldino [.NET/C# MVP] > - mvp@spam.guard.caspershouse.com > > "Rinaldo" <zwartehoofdp***@hotmail.com.nospam> wrote in message > news:757DEB29-A8F9-47AA-8A06-74F8D044D7D1@microsoft.com... >> Can you record from WindowsMediaPlayer anyway? >> >> Yes! how? >> >> Rinaldo > > |
|||||||||||||||||||||||