[ Version ( since = "0.14" ) ]
public bool save (string filename) throws Error
Saves embedded stream of this to a file indicated by filename
.
If error
is set, false
will be returned. Possible errors include those in the
FileError domain and whatever the save function generates.
this |
a Media |
filename |
name of file to save |
|