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