VLC  3.0.15
Data Fields
update_download_thread_t Struct Reference

Non blocking binary download. More...

Collaboration diagram for update_download_thread_t:
Collaboration graph
[legend]

Data Fields

struct vlc_common_members obj
 
vlc_thread_t thread
 
atomic_bool aborted
 
update_tp_update
 
char * psz_destdir
 

Detailed Description

Non blocking binary download.

Field Documentation

◆ aborted

atomic_bool update_download_thread_t::aborted

Referenced by update_Delete(), and update_Download().

◆ obj

struct vlc_common_members update_download_thread_t::obj

◆ p_update

update_t* update_download_thread_t::p_update

Referenced by update_Download().

◆ psz_destdir

char* update_download_thread_t::psz_destdir

Referenced by update_Download().

◆ thread

vlc_thread_t update_download_thread_t::thread

Referenced by update_Delete(), and update_Download().


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