Ho to detect Sound Device?
C#
3
Posts
3
Posters
0
Views
1
Watching
-
How can I detect the sound device? Which "namespace" is required? and what type is its input and output? is it binary? Thank you too much. Bahman
-
How can I detect the sound device? Which "namespace" is required? and what type is its input and output? is it binary? Thank you too much. Bahman
-
How can I detect the sound device? Which "namespace" is required? and what type is its input and output? is it binary? Thank you too much. Bahman
Don't know if WMI will be of any help, but in general there are no built-in classes for this in the framework. You could look into managed DirectX or use p/invoke to call the
waveIn*
,waveOut*
andmixer*
functions from winmm.dll.Regards, mav -- Black holes are the places where God divided by 0...