Bass Property
The Bass property contains the current bass value.
Syntax
[flt=] SiteKiosk.Multimedia.Bass
|
Possible Values
Float value between 0 and 1 that specifies or retrieves the bass value.
|
The property is read/write.
Remarks
Before using this property the first time, check the BassAvail property to determine
whether the bass value can be modified.
Examples
The following example shows the current bass value in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Multimedia.Bass);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top