Timeline.export#
- Timeline.export(file_name: str, export_type: Timeline_Export_Type, export_subtype: Timeline_Export_Subtype = None) bool [source]#
Exports timeline to ‘fileName’ as per input exportType & exportSubtype format.
# file_name should be a path, not a file name.
# eg. file_path=os.path.join(os.path.expanduser(“~”), “Desktop/Temp/sampleExp.drt”)
# timeline.export(file_path,LOCAL_RESOLVE.EXPORT_DRT)