save

save(filename: String);

The save method of the MultiMedia class saves the content currently used by a device into the file specified in the filename parameter.

This method is mostly used after recording content, allowing the content to be saved into a file.

Not all devices support the saving of multimedia content to a file.

If the useDotNetVersion property is set to true, the save 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 canRecord, canSave, newFile, and record methods.