System.setWaveVolumeAdv() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to System Class Summary |
Availability |
Windows |
Usage |
mdm.System.setWaveVolumeAdv(leftVolumeLevel:Number, rightVolumeLevel:Number):Void |
Parameters |
leftVolumeLevel:Number - Volume level for left channel rightVolumeLevel:Number - Volume level for right channel |
Returns |
Nothing |
Description |
Sets the individual volume of the left and right channels of the wave channel. |
Notes |
Valid values for 'leftVolumeLevel' and 'rightVolumeLevel' are 0(no sound) - 65535(maximum sound). |
Example Code |
//Here the right channel will be at full volume and the left channed at half volume: mdm.System.setWaveVolumeAdv(32768, 65535); |
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 |