|
VLC 4.0.0-dev
|
Data Fields | |
| vlc_mutex_t | lock |
| httpd_url_t * | url |
| char * | psz_mime |
| uint8_t * | p_header |
| int | i_header |
| bool | b_has_keyframes |
| int64_t | i_last_keyframe_seen_pos |
| int | i_buffer_size |
| uint8_t * | p_buffer |
| int64_t | i_buffer_pos |
| int64_t | i_buffer_last_pos |
| size_t | i_http_headers |
| httpd_header * | p_http_headers |
| bool httpd_stream_t::b_has_keyframes |
Referenced by httpd_StreamCallBack(), httpd_StreamNew(), and httpd_StreamSend().
| int64_t httpd_stream_t::i_buffer_last_pos |
Referenced by httpd_StreamCallBack(), httpd_StreamNew(), and httpd_StreamSend().
| int64_t httpd_stream_t::i_buffer_pos |
Referenced by httpd_AppendData(), httpd_StreamCallBack(), httpd_StreamNew(), and httpd_StreamSend().
| int httpd_stream_t::i_buffer_size |
Referenced by httpd_AppendData(), httpd_StreamCallBack(), and httpd_StreamNew().
| int httpd_stream_t::i_header |
Referenced by httpd_StreamCallBack(), httpd_StreamHeader(), and httpd_StreamNew().
| size_t httpd_stream_t::i_http_headers |
Referenced by httpd_StreamCallBack(), httpd_StreamDelete(), httpd_StreamNew(), and httpd_StreamSetHTTPHeaders().
| int64_t httpd_stream_t::i_last_keyframe_seen_pos |
Referenced by httpd_StreamCallBack(), httpd_StreamNew(), and httpd_StreamSend().
| vlc_mutex_t httpd_stream_t::lock |
Referenced by httpd_StreamCallBack(), httpd_StreamHeader(), httpd_StreamNew(), httpd_StreamSend(), and httpd_StreamSetHTTPHeaders().
| uint8_t* httpd_stream_t::p_buffer |
Referenced by httpd_AppendData(), httpd_StreamCallBack(), httpd_StreamDelete(), and httpd_StreamNew().
| uint8_t* httpd_stream_t::p_header |
Referenced by httpd_StreamCallBack(), httpd_StreamDelete(), httpd_StreamHeader(), and httpd_StreamNew().
| httpd_header* httpd_stream_t::p_http_headers |
Referenced by httpd_StreamCallBack(), httpd_StreamDelete(), httpd_StreamNew(), and httpd_StreamSetHTTPHeaders().
| char* httpd_stream_t::psz_mime |
Referenced by httpd_StreamCallBack(), httpd_StreamDelete(), and httpd_StreamNew().
| httpd_url_t* httpd_stream_t::url |
Referenced by httpd_StreamDelete(), and httpd_StreamNew().