FormatterSaveToURIMethod
Description:
[ CCode ( has_target = false ) ]
public delegate bool FormatterSaveToURIMethod (Formatter formatter, Timeline timeline, string uri, bool overwrite) throws Error
public delegate bool FormatterSaveToURIMethod (Formatter formatter, Timeline timeline, string uri, bool overwrite) throws Error
Virtual method for saving a timeline to a uri.
Every Formatter subclass needs to implement this method.
Parameters:
formatter | |
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. |
Namespace: GES
Package: gst-editing-services-1.0