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