Next: set-overwrite-mode
Up: wx:media-edit
Previous: set-cursor
Set the format of the file saved from this buffer.
- (send a-wx:media-edit set-file-format format) -> void
format : small integer
The legal formats are:
- wx:const-media-ff-std -- a standard media file
- wx:const-media-ff-text -- a text file
- wx:const-media-ff-text-force-cr -- a text file; when writing, change automatic newlines (from word-wrapping) into real carriage returns
PLT