VLC 4.0.0-dev
Loading...
Searching...
No Matches
update_download_thread_t Struct Reference

Non blocking binary download. More...

#include <update.h>

Collaboration diagram for update_download_thread_t:
[legend]

Data Fields

struct vlc_object_t 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

◆ obj

struct vlc_object_t update_download_thread_t::obj

◆ p_update

update_t* update_download_thread_t::p_update

◆ psz_destdir

char* update_download_thread_t::psz_destdir

◆ 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: