65 static constexpr Priority DEFAULT_EXPORT_HOOK_PRIORITY = 0;
67 static void RegisterExportHook(
ExportHook hook,
Priority = DEFAULT_EXPORT_HOOK_PRIORITY);
68 static void PerformInteractiveExport(
@ LinkAudiocomAccountHelpMenu
@ UpdateCloudAudioPreviewMenu
@ SaveProjectSaveToCloudMenu
@ ShareAudioExportExtraMenu
@ ProjectOpenedAndUploadResumed
wxString FileExtension
File extension, not including any leading dot.
@ Cancel
Open was cancelled by the extension.
@ Handled
Save was handled by the extension.
@ Continue
Save was not handled by the extension.
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Editor objects are used to retrieve a set of export options, and configure exporting parameters accor...
std::vector< std::tuple< ExportOptionID, ExportValue > > Parameters
std::function< ExportHookResult(AudacityProject &, const FileExtension &, AudiocomTrace, bool)> ExportHook
A flat linked list of tracks supporting Add, Remove, Clear, and Contains, serialization of the list o...
A Track that contains audio waveform data.
Range between two TrackIters, usable in range-for statements, and with Visit member functions.