add_clip_full


Description:

[ 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).

Parameters:

this

The Layer

clip

The clip to add

Returns:

true if clip was properly added to this, or false if this refused to add clip.