Home
last modified time | relevance | path

Searched refs:use_udp_channel (Results 1 – 4 of 4) sorted by relevance

/external/flac/src/plugin_xmms/
Dconfigure.h46 gboolean use_udp_channel; member
Dhttp.c455 if (flac_cfg.stream.use_udp_channel) in http_connect()
487 flac_cfg.stream.use_udp_channel ? udpspace : ""); in http_connect()
688 if (flac_cfg.stream.use_udp_channel && udp_sock != 0) in http_buffer_loop()
Dconfigure.c195 …flac_cfg.stream.use_udp_channel = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(streaming_udp_tit… in flac_configurewin_ok()
216 xmms_cfg_write_boolean(cfg, "flac", "stream.use_udp_channel", flac_cfg.stream.use_udp_channel); in flac_configurewin_ok()
761 …_toggle_button_set_active(GTK_TOGGLE_BUTTON(streaming_udp_title), flac_cfg.stream.use_udp_channel); in FLAC_XMMS__configure()
Dplugin.c257 xmms_cfg_read_boolean(cfg, "flac", "stream.use_udp_channel", &flac_cfg.stream.use_udp_channel); in FLAC_XMMS__init()