[ Version ( since = "1.18" ) ]
public bool add_clip_full (Clip clip) throws Error
Adds the given clip to the layer.
If the method succeeds, the layer will take ownership of the clip.
This method will fail and return false if clip
already resides in some layer. It can also
fail if the additional clip breaks some compositional rules (see TimelineElement
).
this |
The Layer |
clip |
The clip to add |
true if |