Timeline.delete_clips#
- Timeline.delete_clips(timeline_items: List[TimelineItem], ripple_delete: bool = False) bool [source]#
Deletes specified TimelineItems from the timeline
- Parameters:
timeline_items (List[TimelineItem]) – specified TimelineItems
ripple_delete (bool) – performing ripple delete if the second argument is True.
- Returns:
True if successful, False otherwise.
- Return type: