Audacity 3.2.0
|
#include <RemoteProjectSnapshot.h>
Public Member Functions | |
bool | IsComplete () const noexcept |
Public Attributes | |
ResponseResult | Result |
int64_t | BlocksDownloaded { 0 } |
int64_t | BlocksTotal { 0 } |
bool | ProjectDownloaded { false } |
Definition at line 36 of file RemoteProjectSnapshot.h.
|
noexcept |
Definition at line 810 of file RemoteProjectSnapshot.cpp.
References audacity::cloud::audiocom::Success.
int64_t audacity::cloud::audiocom::sync::RemoteProjectSnapshotState::BlocksDownloaded { 0 } |
Definition at line 40 of file RemoteProjectSnapshot.h.
int64_t audacity::cloud::audiocom::sync::RemoteProjectSnapshotState::BlocksTotal { 0 } |
Definition at line 41 of file RemoteProjectSnapshot.h.
bool audacity::cloud::audiocom::sync::RemoteProjectSnapshotState::ProjectDownloaded { false } |
Definition at line 43 of file RemoteProjectSnapshot.h.
ResponseResult audacity::cloud::audiocom::sync::RemoteProjectSnapshotState::Result |
Definition at line 38 of file RemoteProjectSnapshot.h.