RecVolume Property



 
The RecVolume property contains the current recording volume.


Syntax

    [flt=] SiteKiosk.Multimedia.RecVolume
Possible Values
    Float value between 0 and 1 that specifies
    or retrieves the recording volume.

    The property is read/write.
Remarks
    Before using this property the first time, check the RecVolumeAvail property to determine whether the recording volume can be modified.
Examples
    The following example shows the current volume in an alert window.

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

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

Back to top