W7GetMicrophonesCount
Viscom Software SoundVolume ActiveX Control |
W7GetMicrophonesCount method
Description: |
Get the count of microphones. (this method support on windows 10, windows 8, windows 7 and vista only). |
Usage: |
SoundVolume1.W7GetMicrophonesCount |
Parameters: |
No Parameters |
Return Type: |
Integer |
Example: |
For i = 0 To Me.SoundVolume1.W7GetMicrophonesCount() - 1 |