Searched refs:save_http_stream (Results 1 – 4 of 4) sorted by relevance
43 gboolean save_http_stream; member
188 …flac_cfg.stream.save_http_stream = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(streaming_save_u… in flac_configurewin_ok()212 xmms_cfg_write_boolean(cfg, "flac", "stream.save_http_stream", flac_cfg.stream.save_http_stream); in flac_configurewin_ok()729 …_toggle_button_set_active(GTK_TOGGLE_BUTTON(streaming_save_use), flac_cfg.stream.save_http_stream); in FLAC_XMMS__configure()734 gtk_widget_set_sensitive(streaming_save_hbox, flac_cfg.stream.save_http_stream); in FLAC_XMMS__configure()
248 xmms_cfg_read_boolean(cfg, "flac", "stream.save_http_stream", &flac_cfg.stream.save_http_stream); in FLAC_XMMS__init()
621 if (sock >= 0 && flac_cfg.stream.save_http_stream) { in http_buffer_loop()