next up previous contents
Next: canEject Up: Properties Previous: Properties   Contents


alias

Description

String. Represents the alias of the device. You can send commands to a device by using its alias.


Syntax

mci.alias


Example

mci.fileName = "";
mci.alias = "myrecorder";
mci.command = "open";
mci.from = 0;
mci.status = "recording";
mci.sendCmdString("set myrecorder bitspersample 8
    channels 2 samplespersec 44100");
mci.command = "record";




Copyright ©2000-2010 Shanghai TopCMM Software Technologies. All Rights Reserved.