record

record();

The record method of the MultiMedia class begins recording content at the current position of the content of the device, and overwrites existing data for the duration of the recording. The function that the device performs during recording depends on the characteristics of the device.

A device that uses files (for example, a waveform audio device) sends data to the file during recording. A device that does not use files (for example, a video-cassette recorder) receives and externally records data on another medium.

Not all devices support recording.

If the useDotNetVersion property is set to true, the record method is not available and it generates exception 1068 (Feature not available in this release).

The mediaData property does not contain the recorded data.

See also the newFile, canRecord, and save methods.