21 #ifndef _WSB_MEDIA_DOWNLOAD_H_ 22 #define _WSB_MEDIA_DOWNLOAD_H_ 32 #define WSB_MD_MAX_TRACKS 3 139 const char* media_file_name;
186 void (*Progress)(
void* client_context,
194 #if defined(__cplusplus) 258 void* client_context,
419 #endif // _WSB_MEDIA_DOWNLOAD_H_ WSB_MediaDownload_Content content
Definition: WsbMediaDownload.h:163
The download content status.
Definition: WsbMediaDownload.h:161
WSB_UInt32 track_count
Number of tracks to download.
Definition: WsbMediaDownload.h:126
const char * media_file_name
Will save as "video" if NULL.
Definition: WsbMediaDownload.h:118
The download content parameters.
Definition: WsbMediaDownload.h:107
const char * path
Definition: WsbMediaDownload.h:164
const char * url
Definition: WsbMediaDownload.h:109
const char * subtitles_file_name
Will save as "subtitles" if NULL.
Definition: WsbMediaDownload.h:122
int WSB_Result
Signed integer value representing a function or method result (return value).
Definition: WsbTypes.h:83
WSB_MediaDownload_SourceType type
Definition: WsbMediaDownload.h:108
unsigned int WSB_UInt32
32-bit (or more) unsigned integer
Definition: WsbTypes.h:36
WSB_MediaDownload_ContentState content_state
Definition: WsbMediaDownload.h:162
WSB_UInt32 downloaded_percentage
Definition: WsbMediaDownload.h:165