FormatterLoadFromURIMethod
Description:
[ CCode ( has_target = false ) ]
public delegate bool FormatterLoadFromURIMethod (Formatter formatter, Timeline timeline, string uri) throws Error
public delegate bool FormatterLoadFromURIMethod (Formatter formatter, Timeline timeline, string uri) throws Error
Virtual method for loading a timeline from a given URI.
Every Formatter subclass needs to implement this method.
Parameters:
| formatter | |
| timeline |
a Timeline |
| uri |
a char * pointing to a URI |
Returns:
|
TRUE if the timeline data was successfully loaded from the URI, else FALSE. |
Namespace: GES
Package: gst-editing-services-1.0