BassAvail Property



 
The BassAvail property indicates if the bass value can be modified.


Syntax

    [bool=] SiteKiosk.Multimedia.BassAvail
Possible Values
    Boolean value that retrieves whether the bass value can be modified.

    The property is read only.
Remarks
    None.
Examples
    The following example determines if the bass value can be modified and shows it in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Multimedia.BassAvail);
    </SCRIPT>

Applies to
    SiteKiosk v5.0 (and later versions).

Back to top