|
VLC 4.0.0-dev
|
Non blocking binary download. More...
#include <update.h>
Data Fields | |
| struct vlc_object_t | obj |
| vlc_thread_t | thread |
| atomic_bool | aborted |
| update_t * | p_update |
| char * | psz_destdir |
Non blocking binary download.
| atomic_bool update_download_thread_t::aborted |
Referenced by update_Delete(), update_Download(), and update_DownloadReal().
| struct vlc_object_t update_download_thread_t::obj |
| update_t* update_download_thread_t::p_update |
Referenced by update_Download(), and update_DownloadReal().
| char* update_download_thread_t::psz_destdir |
Referenced by update_Download(), and update_DownloadReal().
| vlc_thread_t update_download_thread_t::thread |
Referenced by update_Delete(), and update_Download().