Search code examples
c#guiddirectsoundwinmm

Is there any way to obtain an audio device's GUID using only the waveIn API?


The reason why I ask this is because I want to relate a given winmm audio device like the ones you open using waveInOpen with a directSound device.


Solution

  • I think the answer to this question can be derived from an answer I got from another question I asked here:

    Clicky