Audacity 3.2.0
|
This structure represents the payload associated with successful upload. More...
#include <UploadService.h>
Public Attributes | |
std::string | audioId |
ID of the uploaded audio. More... | |
std::string | audioSlug |
"Slug" to be used for shareable URL construction More... | |
std::string | uploadToken |
Upload token, if any. More... | |
std::string | audioUrl |
URL to the uploaded audio. More... | |
This structure represents the payload associated with successful upload.
Definition at line 43 of file UploadService.h.
std::string audacity::cloud::audiocom::UploadSuccessfulPayload::audioId |
ID of the uploaded audio.
Definition at line 46 of file UploadService.h.
std::string audacity::cloud::audiocom::UploadSuccessfulPayload::audioSlug |
"Slug" to be used for shareable URL construction
Definition at line 48 of file UploadService.h.
std::string audacity::cloud::audiocom::UploadSuccessfulPayload::audioUrl |
URL to the uploaded audio.
Definition at line 52 of file UploadService.h.
Referenced by audacity::cloud::audiocom::ShareAudioDialog::HandleUploadSucceeded().
std::string audacity::cloud::audiocom::UploadSuccessfulPayload::uploadToken |
Upload token, if any.
Definition at line 50 of file UploadService.h.