RecBalance Property
The RecBalance property contains the current recording balance.
Syntax
[flt=] SiteKiosk.Multimedia.RecBalance
|
Possible Values
Float value between 0 and 1 that specifies or retrieves the recording balance.
|
The property is read/write.
Remarks
Examples
The following example shows the current recording balance in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Multimedia.RecBalance);
</SCRIPT>
|
Applies to
SiteKiosk v7.0 (and later versions).
Back to top