Mercurial > audlegacy-plugins
view src/streambrowser/xiph.h @ 2855:162766a69f12
bluetooth audio support - working after restarting the player
author | Paula Stanciu <paula.stanciu@gmail.com> |
---|---|
date | Fri, 01 Aug 2008 22:53:40 +0300 |
parents | cc6f02424609 |
children | 587b3657990d |
line wrap: on
line source
/* * Audacious Streambrowser Plugin * * Copyright (c) 2008 Calin Crisan <ccrisan@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; under version 3 of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses>. */ #ifndef XIPH_H #define XIPH_H #include "streambrowser.h" #include "streamdir.h" #define XIPH_NAME "Xiph" #define XIPH_ICON DATA_DIR G_DIR_SEPARATOR_S "images" G_DIR_SEPARATOR_S "xiph.png" #define XIPH_STREAMDIR_URL "http://dir.xiph.org/yp.xml" #define XIPH_TEMP_FILENAME "file:///tmp/xiph_yp.xml" gboolean xiph_category_fetch(category_t *category); streamdir_t* xiph_streamdir_fetch(); #endif // SHOUTCAST_H