[ Version ( since = "1.18" ) ]
public bool add_element_full (TrackElement object) throws Error
Adds the given track element to the track, which takes ownership of the element.
Note that this can fail if it would break a configuration rule of the track's Timeline.
Note that a TrackElement can only be added to one track.
| this |
A Track |
| object |
The element to add |
|
true if |