|
*** Not a very useful function.
sending YES will write the given track to file after call to STATE_engine_save() with SAVE_ONLY_WHATS_NEEDED
Note that it if STATE_engine_save() is called without SAVE_ONLY_WHATS_NEEDED, all the tracks will be saved
sending NO will cause STATE_engine_save() not to save this track (only if SAVE_ONLY_WHATS_NEEDED is used)
The default value is NO
see also STATE_track_get_save_flag()
|