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