format
boolean saveTo(String path)
description
Writes the MediaObject to an EDF file on disk to support serialization.
parameters
path - the path and filename of the EDF file
path
returns
TRUE - if the save was successful
TRUE
FALSE - if the save failed
FALSE
throws
The saveTo() method does not throw any exceptions.
saveTo()