W7GetDeviceMute
Viscom Software SoundVolume ActiveX Control |
W7GetDeviceMute method
Description: |
Get the current device whether mute or not. (this method support on windows 10, windows 8, windows 7 and vista only). |
Usage: |
SoundVolume1.W7GetDeviceMute |
Parameters: |
No parameter. |
Return Type: |
bool - return true if mute, otherwise return false. |
Example: |
bIsMute= SoundVolume1.W7GetDeviceMute() |