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";