GetMaxVolumeLevel

Availability

Flash Lite 1.1.

Description

Returns the maximum volume level of the device as a numeric value.

Command

Parameters

Value returned

"GetMaxVolumeLevel"

None.

-1: Not supported.

Other values: The maximum volume level.

Example

The following example sets the maxvolume variable to the maximum volume level of the device:

maxvolume = fscommand2("GetMaxVolumeLevel");
trace (maxvolume);                                        // output: 80

See also

GetVolumeLevel