System.setMasterVolume() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to System Class Summary |
Availability |
Windows, Mac OSX |
Usage |
mdm.System.setMasterVolume(volumeLevel:Number):Void |
Parameters |
volumeLevel:Number - Volume level |
Returns |
Nothing |
Description |
Sets the master volume as a 16-bit Integer Value. |
Notes |
Valid values for the 'volumeLevel' parameter are 0(no sound) - 65535(maximum sound) |
Example Code |
mdm.System.setMasterVolume(32768); |
mdm.System Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |