MaxWriteSpeed Property
The MaxWriteSpeed property contains the maximum write speed.
Syntax
[long=] SiteKiosk.CDRecording.RecorderList.Item(index).MaxWriteSpeed
|
Possible Values
Long value that retrieves the speed.
|
The property is read only.
Remarks
Examples
The following example shows the maximum write speed of the first existing recorder in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.CDRecording.RecorderList.Item(1).MaxWriteSpeed);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top