VLC
3.0.21
|
Data Fields | |
httpd_url_t * | url |
vlc_tls_t * | sock |
int | i_ref |
bool | b_stream_mode |
uint8_t | i_state |
vlc_tick_t | i_timeout_date |
int | i_buffer_size |
int | i_buffer |
uint8_t * | p_buffer |
int64_t | i_keyframe_wait_to_pass |
httpd_message_t | query |
httpd_message_t | answer |
httpd_message_t httpd_client_t::answer |
bool httpd_client_t::b_stream_mode |
int httpd_client_t::i_buffer |
int httpd_client_t::i_buffer_size |
int64_t httpd_client_t::i_keyframe_wait_to_pass |
int httpd_client_t::i_ref |
uint8_t httpd_client_t::i_state |
vlc_tick_t httpd_client_t::i_timeout_date |
uint8_t* httpd_client_t::p_buffer |
httpd_message_t httpd_client_t::query |
Referenced by httpd_FileCallBack().
vlc_tls_t* httpd_client_t::sock |
Referenced by httpd_ClientDestroy(), and httpd_ServerIP().
httpd_url_t* httpd_client_t::url |