|
xine-lib
1.2.9
|
Go to the source code of this file.
Functions | |
| void * | input_net_init_class (xine_t *xine, void *data) |
| void * | input_http_init_class (xine_t *xine, void *data) |
| void * | input_rtsp_init_class (xine_t *xine, void *data) |
| void * | input_pnm_init_class (xine_t *xine, void *data) |
| void* input_http_init_class | ( | xine_t * | xine, |
| void * | data | ||
| ) |
References _, xine_s::config, DEFAULT_HTTP_PORT, http_class_dispose(), http_class_get_instance(), N_, no_proxy_list_change_cb(), NULL, proxy_host_change_cb(), proxy_password_change_cb(), proxy_port_change_cb(), proxy_user_change_cb(), config_values_s::register_num, config_values_s::register_string, config_values_s::update_num, and config_values_s::update_string.
| void* input_net_init_class | ( | xine_t * | xine, |
| void * | data | ||
| ) |
References xine_s::config, default_input_class_dispose, N_, net_class_get_instance(), and NULL.
| void* input_pnm_init_class | ( | xine_t * | xine, |
| void * | data | ||
| ) |
References default_input_class_dispose, N_, NULL, and pnm_class_get_instance().
| void* input_rtsp_init_class | ( | xine_t * | xine, |
| void * | data | ||
| ) |
References default_input_class_dispose, N_, NULL, and rtsp_class_get_instance().
1.8.14