Capture Devices

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I would like to fill a combo box with the Video capture devices enumerator installed in the machine and another one with the Audio capture devices enumerator. How can I do this in C#?
When an extended version of the media .NET API will be released? (at the moment we can only playback simple media!)
Thank you for your answers

B.R.

Diego
 
Hi Diego,

I don't know when the .NET version of DirectShow will be released, but for
now I think you may take a look at the Direct.Capture library on the
CodeProject.com
http://www.codeproject.com/cs/media/directxcapture.asp
It has wrapped the enumeration of Audio/Video capture devices into
Audio/Video capture devices collections.


Is it helpful to resolve your problem?

Good luck!

Best regards,

Ying-Shen Yu [MSFT]
Microsoft community Support
Get Secure! - www.microsoft.com/security

This posting is provided "AS IS" with no warranties and confers no rights.
This mail should not be replied directly, please remove the word "online"
before sending mail.
 
Hi
the suggested library was really useful for my needs, thank you
However I would like to know more news about the .NET Directshow release. Is there any link, blog or web site focused on this topic

Best Regard

Diego
 
Back
Top