|
xine-lib
1.2.9
|
#include <xine/xine_internal.h>Go to the source code of this file.
Typedefs | |
| typedef struct nbc_s | nbc_t |
Functions | |
| nbc_t * | nbc_init (xine_stream_t *xine) |
| void | nbc_close (nbc_t *this) |
| void nbc_close | ( | nbc_t * | this | ) |
References CLOCK_SCR_ADJUSTABLE, nbc_alloc_cb(), nbc_get_cb(), nbc_put_cb(), fifo_buffer_s::unregister_alloc_cb, fifo_buffer_s::unregister_get_cb, fifo_buffer_s::unregister_put_cb, XINE_VERBOSITY_DEBUG, and xprintf.
Referenced by dvb_plugin_dispose(), gnomevfs_plugin_dispose(), http_plugin_dispose(), mms_plugin_dispose(), net_plugin_dispose(), pnm_plugin_dispose(), rtp_plugin_dispose(), rtsp_plugin_dispose(), and stdin_plugin_dispose().
| nbc_t* nbc_init | ( | xine_stream_t * | xine | ) |
References _x_assert, xine_stream_s::audio_fifo, fifo_buffer_s::buffer_pool_capacity, xine_s::config, DEFAULT_HIGH_WATER_MARK, config_values_s::lookup_entry, lprintf, nbc_alloc_cb(), nbc_get_cb(), nbc_put_cb(), NULL, cfg_entry_s::num_default, fifo_buffer_s::register_alloc_cb, fifo_buffer_s::register_get_cb, fifo_buffer_s::register_put_cb, xine_stream_s::video_fifo, and xine_stream_s::xine.
Referenced by dvb_class_get_instance(), gnomevfs_klass_get_instance(), http_class_get_instance(), mms_class_get_instance(), net_class_get_instance(), pnm_class_get_instance(), rtp_class_get_instance(), rtsp_class_get_instance(), and stdin_class_get_instance().
1.8.14