![]() |
Audacity 3.2.0
|
Go to the source code of this file.
Namespaces | |
namespace | cloud |
Typedefs | |
using | cloud::CloudExporterPluginFactory = std::function< std::unique_ptr< CloudExporterPlugin >(const AudacityProject &)> |
Functions | |
bool | cloud::RegisterCloudExporter (MimeType mimeType, CloudExporterPluginFactory factory) |
Registers a factory for a specific mime type. More... | |
std::unique_ptr< cloud::CloudExporterPlugin > | cloud::CreatePreferredExporter (const MimeTypesList &mimeTypes, const AudacityProject &project) |