| VLC
    3.0.18
    | 
Trivial HTTP-based live streams. More...

| Macros | |
| #define | vlc_http_live_get_status vlc_http_res_get_status | 
| #define | vlc_http_live_get_redirect vlc_http_res_get_redirect | 
| #define | vlc_http_live_get_type vlc_http_res_get_type | 
| #define | vlc_http_live_destroye vlc_http_res_destroy | 
| Functions | |
| struct vlc_http_resource * | vlc_http_live_create (struct vlc_http_mgr *mgr, const char *uri, const char *ua, const char *ref) | 
| struct block_t * | vlc_http_live_read (struct vlc_http_resource *) | 
Trivial HTTP-based live streams.
| #define vlc_http_live_destroye vlc_http_res_destroy | 
| #define vlc_http_live_get_redirect vlc_http_res_get_redirect | 
| #define vlc_http_live_get_status vlc_http_res_get_status | 
| #define vlc_http_live_get_type vlc_http_res_get_type | 
| struct vlc_http_resource* vlc_http_live_create | ( | struct vlc_http_mgr * | mgr, | 
| const char * | uri, | ||
| const char * | ua, | ||
| const char * | ref | ||
| ) | 
References unlikely, vlc_http_live_callbacks, and vlc_http_res_init().
Referenced by Open().
| struct block_t* vlc_http_live_read | ( | struct vlc_http_resource * | ) | 
References vlc_http_resource::response, vlc_http_error, vlc_http_msg_destroy(), and vlc_http_res_read().
Referenced by LiveRead().
 1.8.16
 1.8.16