MediaPool.import_timeline_from_file#
- MediaPool.import_timeline_from_file(file_path: str, import_option: TimelineImportOptions) Timeline [source]#
create new timeline from file and import options
- Parameters:
file_path (str) – timeline file path
import_option (TimelineImportOptions) – timelineimportoptions object
- Returns:
timeline object
- Return type:
Timeline