![]() |
Audacity 3.2.0
|
#include "CloudProjectMixdownUtils.h"#include "BasicUI.h"#include "CloudProjectFileIOExtensions.h"#include "CloudProjectOpenUtils.h"#include "Project.h"#include "ProjectWindow.h"#include "ServiceConfig.h"#include "UriParser.h"#include "sync/CloudSyncDTO.h"#include "sync/MixdownUploader.h"#include "sync/ProjectCloudExtension.h"Go to the source code of this file.
Namespaces | |
| namespace | audacity |
| namespace | audacity::cloud |
| namespace | audacity::cloud::audiocom |
| namespace | audacity::cloud::audiocom::sync |
Functions | |
| bool | audacity::cloud::audiocom::sync::HandleMixdownLink (std::string_view uri) |
| void | audacity::cloud::audiocom::sync::UploadMixdown (AudacityProject &project, std::function< void(AudacityProject &, MixdownState)> onComplete) |