DecreaseRecVolume Method
The DecreaseRecVolume method decreases the recording volume by a specified amount.
Syntax
SiteKiosk.Multimedia.DecreaseRecVolume(amount)
|
Parameters
amount |
Float value between 0 and 1 that specifies the
recording volume decrease. |
Return Value
Remarks
Examples
The following example decreases the recording volume by 10 percent.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.Multimedia.DecreaseRecVolume(0.1);
</SCRIPT>
|
Applies to
SiteKiosk v7.0 (and later versions).
Back to top