add_element_full
Description:
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.
Parameters:
this |
A Track |
object |
The element to add |
Returns:
true if |