Timeline.import_into_timeline#

Timeline.import_into_timeline(file_path: str, import_options: ImportOptions) bool[source]#

Imports timeline items from an AAF file and optional importOptions dict into the timeline,

Parameters:
  • file_path (str) – file path.

  • import_options (ImportOptions) – ImportOptions object.

Returns:

true if successful, false otherwise.

Return type:

bool