Frage

I need to discover name of audio device by ID. I use WaveOut functions. please help me

War es hilfreich?

Lösung

This is an example on how to enumerate waveIn and waveOut devices on your system:

http://blogs.msdn.com/b/matthew_van_eerde/archive/2012/03/13/sample-how-to-enumerate-wavein-and-waveout-devices-on-your-system.aspx

So, you can just compare dev id you need and get name of the device.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top