check for sound card

  • Thread starter Thread starter Uzi Baruch
  • Start date Start date
U

Uzi Baruch

Hi!

is there a way through the .NET framework, to check if a sound card exists
on a local computer.

Thanks,
 
Uzi,

I think that if you use the classes in the System.Management namespace
you can figure this out. The classes in that namespace are used to access
WMI, which is the management instrumentation interface.

You will probably want to look for instances of the Win32_SoundDevice
class, which will represent the properties of a sound device.

Hope this helps.
 

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

Similar Threads

Sound Card advice 6
Creative Sound Blaster ZxR Sound Card 0
For Sale Two half price sound cards 0
Advice for sound card 6
SoundPlayer on multi channel? 1
Best Soundcard To Use 0
Playing 320kbps 6
ASUS Strix RAID Pro 7.1 PCI-E Sound Card 2

Back
Top