SiteKiosk Documentation
One Step Back

CDRecorder Object




The CDRecorder object provides information about a CD recorder.


Members Table

    The following table lists the members provided by the CDRecorder object.

    Members
    PropertiesDescription
    BasePnPIDManufacturer, product ID, and revision information.
    CanRewriteIf the recorder is able to rewrite a CD-RW.
    MaxWriteSpeedMaximum write speed.
    PathPath to the device within the operating system.
    ProductIDProduct ID of the recorder.
    RecorderGUIDThe recorder's globally unique identifier (GUID).
    RevisionRecorder revision.
    VendorIDID of the vendor.

Remarks
    This object is returned by the Item method. Use the CDRecorder object to receive information about a CD recorder.

    Note that the path of a file using SiteKiosk objects must be allowed in the
    SiteKiosk configuration (Security -> Access -> URL's With Script Permission)
    if it is not a browser skin file.
Examples
    The following example shows the maximum write speed of an available CD recorder in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    if (SiteKiosk.CDRecording.RecorderList.Count > 0)
    {
       alert(SiteKiosk.CDRecording.RecorderList.Item(1).MaxWriteSpeed);
    }
    else
    {
       alert("Could not find a CD recorder");
    }
    </SCRIPT>
    

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

Back to topVolver arriba

© 1997-2011 PROVISIO - Aventura, EEUU - Muenster, Alemania
Sitekiosk.es - Grupo24®, Madrid, España -