next up previous contents
Next: canStep Up: Properties Previous: canPlay   Contents


canRecord

Description

Boolean. Determines if the device support recording. Read-only


Syntax

mci.canRecord


Example

m = new MCI;
m.deviceType = "waveaudio";
m.command = "open";
trace(m.canRecord);
m.command = "close";




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