save_to_uri
Description:
[ Version ( deprecated = true , deprecated_since = "1.18" ) ]
public virtual bool save_to_uri (Timeline timeline, string uri, bool overwrite) throws Error
public virtual bool save_to_uri (Timeline timeline, string uri, bool overwrite) throws Error
Warning: save_to_uri is deprecated since 1.18.
Save data from timeline to the given URI.
Note:
Use ges_timeline_save_to_uri
Parameters:
| this | |
| timeline |
a Timeline |
| uri |
a char * pointing to a URI |
| overwrite |
true to overwrite file if it exists |
Returns:
|
TRUE if the timeline data was successfully saved to the URI else FALSE. |