disable_edit_apis


Description:

[ Version ( since = "1.22" ) ]
public void disable_edit_apis (bool disable_edit_apis)

WARNING: When using that mode, GES won't guarantee the coherence of the timeline.

You need to ensure that the rules described in the [Overlaps and auto transitions](overlapss-and-autotransitions) section are respected any time the timeline is [commited](ges_timeline_commit) (otherwise playback will most probably fail in different ways).

When disabling editing APIs, GES won't be able to enforce the rules that makes the timeline overall state to be valid but some feature won't be usable: * snapping_distance * auto_transition

Parameters:

this

A Timeline

disable_edit_apis

true to disable all the edit APIs so the user is in full control of ensuring timeline state validity false otherwise.