RecVolumeAvail Property
The RecVolumeAvail property indicates if the recording volume can be modified.
Syntax
[bool=] SiteKiosk.Multimedia.RecVolumeAvail
|
Possible Values
Boolean value that retrieves whether the recording volume can be modified.
|
The property is read only.
Remarks
Examples
The following example determines if the recording volume can be modified and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Multimedia.RecVolumeAvail);
</SCRIPT>
|
Applies to
SiteKiosk v7.0 (and later versions).
Back to top