GetVolumeLevel
Returns the current volume level of the device as a numeric value.
|
Command |
Parameters |
Value Returned |
|---|---|---|
|
GetVolumeLevel |
None |
-1: Not supported. |
The following example assigns the current volume level to the volume variable:
volume = fscommand2("GetVolumeLevel");
trace (volume); // output: 50