libspotify
|
#include <api.h>
Data Fields | |
int | queued_tracks |
int | done_tracks |
int | copied_tracks |
int | willnotcopy_tracks |
int | error_tracks |
bool | syncing |
Offline sync status
int sp_offline_sync_status::copied_tracks |
Copied tracks/bytes is things that has been copied in current sync operation
int sp_offline_sync_status::done_tracks |
Done tracks/bytes is things marked for sync that existed on device before current sync operation
int sp_offline_sync_status::error_tracks |
A track is counted as error when something goes wrong while syncing the track
int sp_offline_sync_status::queued_tracks |
Queued tracks/bytes is things left to sync in current sync operation
bool sp_offline_sync_status::syncing |
Set if sync operation is in progress
int sp_offline_sync_status::willnotcopy_tracks |
Tracks that are marked as synced but will not be copied (for various reasons)