GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
GF_DownloadManager Struct Reference
+ Collaboration diagram for GF_DownloadManager:

Data Fields

GF_Mutex * cache_mx
 
char * cache_directory
 
char szCookieDir [1023]
 
Bool(* GetUserPassword )(void *usr_cbk, const char *site_url, char *usr_name, char *password)
 
void * usr_cbk
 
u32 head_timeout
 
u32 request_timeout
 
GF_Config * cfg
 
GF_List * sessions
 
Bool disable_cache
 
u32 limit_data_rate
 
GF_List * skip_proxy_servers
 
GF_List * credentials
 
GF_List * cache_entries
 
GF_List * partial_downloads
 

Detailed Description

the download manager object. This is usually not used by GPAC modules

Field Documentation

GF_Mutex* GF_DownloadManager::cache_mx
char* GF_DownloadManager::cache_directory
char GF_DownloadManager::szCookieDir[1023]
Bool(* GF_DownloadManager::GetUserPassword)(void *usr_cbk, const char *site_url, char *usr_name, char *password)
void* GF_DownloadManager::usr_cbk
u32 GF_DownloadManager::head_timeout
u32 GF_DownloadManager::request_timeout
GF_Config* GF_DownloadManager::cfg
GF_List* GF_DownloadManager::sessions
Bool GF_DownloadManager::disable_cache
u32 GF_DownloadManager::limit_data_rate
GF_List* GF_DownloadManager::skip_proxy_servers
GF_List* GF_DownloadManager::credentials
GF_List* GF_DownloadManager::cache_entries
GF_List* GF_DownloadManager::partial_downloads

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