Home
last modified time | relevance | path

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

/external/flac/src/plugin_xmms/
Dconfigure.c126 static GtkWidget *streaming_cast_title, *streaming_udp_title; variable
195 …_cfg.stream.use_udp_channel = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(streaming_udp_title)); in flac_configurewin_ok()
760 streaming_udp_title = gtk_check_button_new_with_label(_("Enable Icecast Metadata UDP Channel")); in FLAC_XMMS__configure()
761 …gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(streaming_udp_title), flac_cfg.stream.use_udp_chann… in FLAC_XMMS__configure()
762 gtk_box_pack_start(GTK_BOX(streaming_cast_vbox), streaming_udp_title, FALSE, FALSE, 0); in FLAC_XMMS__configure()