Method DeleteClip
DeleteClip(TimelineClip)
Delete a clip from this track.
Declaration
public bool DeleteClip(TimelineClip clip)
Parameters
| Type | Name | Description |
|---|---|---|
| TimelineClip | clip | The clip to delete. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the removal was successful |
Remarks
This method will delete a clip and any assets owned by the clip.