Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
audacity::cloud::audiocom::sync::RemoteProjectSnapshotState Struct Referencefinal

#include <RemoteProjectSnapshot.h>

Collaboration diagram for audacity::cloud::audiocom::sync::RemoteProjectSnapshotState:
[legend]

Public Member Functions

bool IsComplete () const noexcept
 

Public Attributes

ResponseResult Result
 
int64_t BlocksDownloaded { 0 }
 
int64_t BlocksTotal { 0 }
 
bool ProjectDownloaded { false }
 

Detailed Description

Definition at line 36 of file RemoteProjectSnapshot.h.

Member Function Documentation

◆ IsComplete()

bool audacity::cloud::audiocom::sync::RemoteProjectSnapshotState::IsComplete ( ) const
noexcept

Member Data Documentation

◆ BlocksDownloaded

int64_t audacity::cloud::audiocom::sync::RemoteProjectSnapshotState::BlocksDownloaded { 0 }

Definition at line 40 of file RemoteProjectSnapshot.h.

◆ BlocksTotal

int64_t audacity::cloud::audiocom::sync::RemoteProjectSnapshotState::BlocksTotal { 0 }

Definition at line 41 of file RemoteProjectSnapshot.h.

◆ ProjectDownloaded

bool audacity::cloud::audiocom::sync::RemoteProjectSnapshotState::ProjectDownloaded { false }

Definition at line 43 of file RemoteProjectSnapshot.h.

◆ Result

ResponseResult audacity::cloud::audiocom::sync::RemoteProjectSnapshotState::Result

Definition at line 38 of file RemoteProjectSnapshot.h.


The documentation for this struct was generated from the following files: