FormatterLoadFromURIMethod


Description:

[ CCode ( has_target = false ) ]
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

a 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