MediaPool.relink_clips#
- MediaPool.relink_clips(media_pool_items: List[MediaPoolItem], folder_path: str) bool [source]#
Update the folder location of specified media pool clips with the specified folderpath
- Parameters:
media_pool_items (List[MediaPoolItem]) – clips to relink
folder_path (str) – folder path to relink clips to
- Returns:
True if successful, False if not
- Return type: