MediaPool.append_to_timeline#
- MediaPool.append_to_timeline(self, clips: List[ForwardRef('MediaPoolItem')]) List[pybmd.timeline_item.TimelineItem] [source]#
append clips to current timeline
- Parameters:
clips (List[MediaPoolItem]|List[ClipInfo]) – clips to append to current timeline
- Returns:
timeline items of appended clips at timeline
- Return type:
List[TimelineItem]