VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
httpd_stream_t Struct Reference
Collaboration diagram for httpd_stream_t:
Collaboration graph
[legend]

Data Fields

vlc_mutex_t lock
httpd_url_turl
char * psz_mime
uint8_t * p_header
int i_header
int i_buffer_size
uint8_t * p_buffer
int64_t i_buffer_pos
int64_t i_buffer_last_pos

Field Documentation

int64_t httpd_stream_t::i_buffer_last_pos
int64_t httpd_stream_t::i_buffer_pos
int httpd_stream_t::i_buffer_size
int httpd_stream_t::i_header
vlc_mutex_t httpd_stream_t::lock
uint8_t* httpd_stream_t::p_buffer
uint8_t* httpd_stream_t::p_header
char* httpd_stream_t::psz_mime
httpd_url_t* httpd_stream_t::url

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